aboutsummaryrefslogtreecommitdiff
path: root/manifests/unattended_upgrades.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-04-15 15:41:58 +0200
committerintrigeri <intrigeri@boum.org>2012-06-08 15:07:48 +0200
commit0cb3cd816e37a81ffc89e68b774d34930c5acc36 (patch)
tree95f513d402bdf5f3a8b0822e83eb02744e0873f7 /manifests/unattended_upgrades.pp
parent1af58e700e2e5c60a3f187b4a41d40755101f4f4 (diff)
downloadpuppet-apt-0cb3cd816e37a81ffc89e68b774d34930c5acc36.tar.gz
puppet-apt-0cb3cd816e37a81ffc89e68b774d34930c5acc36.tar.bz2
Migrate - in class names to _
In newer puppet releases the old way to name class/modules with a -, won't anymore be supported. Conflicts: manifests/unattended_upgrades.pp
Diffstat (limited to 'manifests/unattended_upgrades.pp')
-rw-r--r--manifests/unattended_upgrades.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/unattended_upgrades.pp b/manifests/unattended_upgrades.pp
index f31a3fb..34d4d31 100644
--- a/manifests/unattended_upgrades.pp
+++ b/manifests/unattended_upgrades.pp
@@ -6,8 +6,8 @@ class apt::unattended_upgrades {
}
apt_conf { "50unattended-upgrades":
- source => ["puppet:///modules/site-apt/$lsbdistcodename/50unattended-upgrades",
- "puppet:///modules/site-apt/50unattended-upgrades",
+ source => ["puppet:///modules/site_apt/$lsbdistcodename/50unattended-upgrades",
+ "puppet:///modules/site_apt/50unattended-upgrades",
"puppet:///modules/apt/$lsbdistcodename/50unattended-upgrades",
"puppet:///modules/apt/50unattended-upgrades" ],
require => Package['unattended-upgrades'],