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
|
||||||
include openstack_project::automatic_upgrades
|
|
||||||
include openstack_project::tmpcleanup
|
include openstack_project::tmpcleanup
|
||||||
|
|
||||||
class { 'openstack_project::server':
|
class { 'openstack_project::server':
|
||||||
|
@ -18,7 +18,9 @@ class openstack_project::template (
|
|||||||
include ssh
|
include ssh
|
||||||
include snmpd
|
include snmpd
|
||||||
if $automatic_upgrades == true {
|
if $automatic_upgrades == true {
|
||||||
include openstack_project::automatic_upgrades
|
class { 'openstack_project::automatic_upgrades':
|
||||||
|
origins => "Puppetlabs:${lsbdistcodename}",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'iptables':
|
class { 'iptables':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user