Deploy meas_web everywhere

This commit is contained in:
Wile E. Coyote 2018-02-17 19:42:28 +00:00
parent e4d27d6494
commit cfe9f78071
5 changed files with 36 additions and 1 deletions

View file

@ -19,7 +19,7 @@ class rhizo_base::packages::common {
package { ['mosh', 'git', 'openvpn', 'lm-sensors', 'runit', 'sqlite3',
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++',
'python-python-smpplib', 'libcdk5' ]:
'python-python-smpplib', 'libcdk5', 'websocketd', 'osmo-meas' ]:
ensure => installed,
require => Class['rhizo_base::apt'],
}