summaryrefslogtreecommitdiff
path: root/manifests/cron
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/cron
parent1af58e700e2e5c60a3f187b4a41d40755101f4f4 (diff)
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/cron')
-rw-r--r--manifests/cron/dist_upgrade.pp (renamed from manifests/cron/dist-upgrade.pp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/dist-upgrade.pp b/manifests/cron/dist_upgrade.pp
index 2568cb7..1c8adb1 100644
--- a/manifests/cron/dist-upgrade.pp
+++ b/manifests/cron/dist_upgrade.pp
@@ -1,4 +1,4 @@
-class apt::cron::dist-upgrade inherits apt::cron::base {
+class apt::cron::dist_upgrade inherits apt::cron::base {
$action = "autoclean -y
dist-upgrade -y -o APT::Get::Show-Upgraded=true -o 'DPkg::Options::=--force-confold'