Merge "Allow puppet to be automatically upgraded"
This commit is contained in:
commit
97fbb032d5
@ -10,7 +10,6 @@ class openstack_project::slave (
|
||||
) {
|
||||
|
||||
include openstack_project
|
||||
include openstack_project::automatic_upgrades
|
||||
include openstack_project::tmpcleanup
|
||||
|
||||
class { 'openstack_project::server':
|
||||
|
@ -18,7 +18,9 @@ class openstack_project::template (
|
||||
include ssh
|
||||
include snmpd
|
||||
if $automatic_upgrades == true {
|
||||
include openstack_project::automatic_upgrades
|
||||
class { 'openstack_project::automatic_upgrades':
|
||||
origins => "Puppetlabs:${lsbdistcodename}",
|
||||
}
|
||||
}
|
||||
|
||||
class { 'iptables':
|
||||
|
Loading…
x
Reference in New Issue
Block a user