Test #1 for error free 1st run
This commit is contained in:
parent
3326f105f1
commit
53ba6815a3
6 changed files with 36 additions and 43 deletions
|
@ -14,13 +14,8 @@ class rhizo_base::packages {
|
|||
include "rhizo_base::packages::$operatingsystem"
|
||||
}
|
||||
|
||||
|
||||
class rhizo_base::packages::common {
|
||||
|
||||
package { [ 'python-python-smpplib' ]:
|
||||
ensure => purged
|
||||
}
|
||||
|
||||
package { ['mosh', 'git', 'openvpn', 'lm-sensors', 'runit-systemd', 'sqlite3',
|
||||
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++',
|
||||
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe',
|
||||
|
@ -29,7 +24,6 @@ class rhizo_base::packages::common {
|
|||
ensure => installed,
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class rhizo_base::packages::ubuntu inherits rhizo_base::packages::common {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue