Added runit to the list of packages.

This commit is contained in:
Ciaby 2014-07-11 14:54:57 -05:00
parent dee66abcdd
commit ce9af69207

View file

@ -67,7 +67,7 @@ class rhizomatica_base_system {
password => postgresql_password('rhizomatica', $postgresql_password), password => postgresql_password('rhizomatica', $postgresql_password),
} }
package { ['openvpn', 'lm-sensors']: package { ['openvpn', 'lm-sensors', 'runit']:
ensure => installed, ensure => installed,
} }