provide an "03clean" alias for the 03clean_vserver to satisfy dependencies
This commit is contained in:
parent
72bb7b5ccb
commit
d9ccf2a99b
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue