Make sure byobu doesn't run system-wide.
Change-Id: Ia4f2e0dfdeb5a48bf9faa458fc507a60bbbb7fe2
This commit is contained in:
parent
44f82013c4
commit
f1f42bf258
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user