]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
provide an "03clean" alias for the 03clean_vserver to satisfy dependencies
authorMicah Anderson <micah@riseup.net>
Wed, 8 Dec 2010 14:57:02 +0000 (09:57 -0500)
committerMicah Anderson <micah@riseup.net>
Wed, 8 Dec 2010 14:57:02 +0000 (09:57 -0500)
manifests/init.pp

index daada63ccbbf42c6268a88465d5d269107ae3977..2d46ad4563569526d29f3d9052d05ae28eb61ba5 100644 (file)
@@ -97,7 +97,8 @@ class apt {
     apt_conf { "03clean_vserver":
       source => [ "puppet:///modules/site-apt/${fqdn}/03clean_vserver",
                   "puppet:///modules/site-apt/03clean_vserver",
-                  "puppet:///modules/apt/03clean_vserver" ]
+                  "puppet:///modules/apt/03clean_vserver" ],
+      alias => "03clean";
     }
   }
   else {