]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Fix parent class name.
authorintrigeri <intrigeri@boum.org>
Sun, 10 Oct 2010 09:09:25 +0000 (11:09 +0200)
committerintrigeri <intrigeri@boum.org>
Sun, 10 Oct 2010 09:09:25 +0000 (11:09 +0200)
manifests/cron/dist-upgrade.pp
manifests/cron/download.pp

index 38c17112af1e492a7204d29fdcec370a5e883b64..069601fa600ac92ce6fab9f01b9f2ea88ab64e0d 100644 (file)
@@ -1,4 +1,4 @@
-class apt::cron::dist-upgrade inherits cron-apt::base {
+class apt::cron::dist-upgrade inherits apt::cron::base {
 
   $action = "autoclean -y
 dist-upgrade -y -o APT::Get::Show-Upgraded=true
index 58476b7bd344fa64c51e5ba76be0801d7c4e0553..a27967dadba6557e4b345e81a768e1b2eaa6ab3f 100644 (file)
@@ -1,4 +1,4 @@
-class apt::cron::download inherits cron-apt::base {
+class apt::cron::download inherits apt::cron::base {
 
   $action = "autoclean -y
 dist-upgrade -d -y -o APT::Get::Show-Upgraded=true