diff options
Diffstat (limited to 'manifests/init.pp')
| -rw-r--r-- | manifests/init.pp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index daada63..2d46ad4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 {  | 
