Add python-smpplib
This commit is contained in:
parent
af5f716c8d
commit
cb8e8aa483
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ class rhizo_base::packages {
|
|||
class rhizo_base::packages::common {
|
||||
|
||||
package { ['mosh', 'git', 'openvpn', 'lm-sensors', 'runit', 'sqlite3',
|
||||
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++' ]:
|
||||
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++',
|
||||
'python-python-smpplib' ]:
|
||||
ensure => installed,
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue