Merge "Allow puppet to be automatically upgraded"

This commit is contained in:
Jenkins 2014-09-16 18:44:38 +00:00 committed by Gerrit Code Review
commit 97fbb032d5
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,6 @@ class openstack_project::slave (
) {
include openstack_project
include openstack_project::automatic_upgrades
include openstack_project::tmpcleanup
class { 'openstack_project::server':

View File

@ -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':