aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/repository.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-11 12:02:24 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-11 12:02:24 +0000
commita85a5db5a863b797c08014c3fb6895d2767bbbcc (patch)
tree5a4bf95b3b7d5c2035a655a767bc6ed47894ac26 /modules/buildsystem/manifests/repository.pp
parent697ab34737e1e67321f9425467833288a565e7a2 (diff)
downloadpuppet-a85a5db5a863b797c08014c3fb6895d2767bbbcc.tar
puppet-a85a5db5a863b797c08014c3fb6895d2767bbbcc.tar.gz
puppet-a85a5db5a863b797c08014c3fb6895d2767bbbcc.tar.bz2
puppet-a85a5db5a863b797c08014c3fb6895d2767bbbcc.tar.xz
puppet-a85a5db5a863b797c08014c3fb6895d2767bbbcc.zip
buildsystem::var::repository: add $bootstrap_root
Diffstat (limited to 'modules/buildsystem/manifests/repository.pp')
-rw-r--r--modules/buildsystem/manifests/repository.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/repository.pp b/modules/buildsystem/manifests/repository.pp
index 3b0c100d..cfa2f3fd 100644
--- a/modules/buildsystem/manifests/repository.pp
+++ b/modules/buildsystem/manifests/repository.pp
@@ -1,5 +1,5 @@
class buildsystem::repository {
- file { $buildsystem::var::repository::bootstrap_reporoot:
+ file { $buildsystem::var::repository::bootstrap_root:
ensure => directory,
}
}