aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/main_mirror
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 20:48:41 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 20:48:41 +0000
commit548248779d413226acdde18412e8776e75de5fdd (patch)
tree8e26bab520775e6c5ea1399888ddfd3b8007a483 /deployment/main_mirror
parent0e2a7dce5049e7dda972d34a256f4f1beb8fcf0a (diff)
downloadpuppet-548248779d413226acdde18412e8776e75de5fdd.tar
puppet-548248779d413226acdde18412e8776e75de5fdd.tar.gz
puppet-548248779d413226acdde18412e8776e75de5fdd.tar.bz2
puppet-548248779d413226acdde18412e8776e75de5fdd.tar.xz
puppet-548248779d413226acdde18412e8776e75de5fdd.zip
fix typo
Diffstat (limited to 'deployment/main_mirror')
-rw-r--r--deployment/main_mirror/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/main_mirror/manifests/init.pp b/deployment/main_mirror/manifests/init.pp
index 178c66c6..1227f3ee 100644
--- a/deployment/main_mirror/manifests/init.pp
+++ b/deployment/main_mirror/manifests/init.pp
@@ -7,7 +7,7 @@ class main_mirror {
}
$mirror = "/distrib"
- file { "$mirror","$mirror/mirror"]:
+ file { ["$mirror","$mirror/mirror"]:
ensure => directory,
}