summaryrefslogtreecommitdiff
path: root/manifests/unattended_upgrades.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-04-15 15:41:58 +0200
committermh <mh@immerda.ch>2012-04-15 15:41:58 +0200
commitf1a0eca4662f8c7ec47bfc3d60aa9099c8f9fa77 (patch)
tree60de0e1fa00d034aab292b400ce4e651f0a12a89 /manifests/unattended_upgrades.pp
parentbdc244667161c3fa9140632c535921db61468800 (diff)
Migrate - in class names to _
In newer puppet releases the old way to name class/modules with a -, won't anymore be supported.
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 2904f36..2a19983 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" ],
require => Package['unattended-upgrades'],
}