Make sure byobu doesn't run system-wide.

Change-Id: Ia4f2e0dfdeb5a48bf9faa458fc507a60bbbb7fe2
This commit is contained in:
Monty Taylor 2012-02-16 11:34:30 -08:00
parent 44f82013c4
commit f1f42bf258

View File

@ -14,6 +14,10 @@ class openstack_base {
public_tcp_ports => $iptables_public_tcp_ports,
}
file { '/etc/profile.d/Z98-byobu.sh':
ensure => 'absent'
}
package { "ntp":
ensure => installed
}