abusesa: Fix duplicate declaration
This commit is contained in:
parent
b3f7b92e01
commit
afce28f5cd
3 changed files with 18 additions and 16 deletions
|
@ -85,7 +85,9 @@ class abusesa::live(
|
|||
#
|
||||
define abusesa::live::configwebhost($htdocs) {
|
||||
|
||||
abusesa::configwebhost { $name: }
|
||||
if ! defined(Abusesa::Configwebhost[$name]) {
|
||||
abusesa::configwebhost { $name: }
|
||||
}
|
||||
|
||||
file { "/srv/www/https/${name}/abusesa/live":
|
||||
ensure => link,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue