summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-15 14:15:03 -0500
committerMicah Anderson <micah@riseup.net>2010-09-02 18:15:31 -0400
commit9f336296301d595aa879f89331d9b720b3cf62a4 (patch)
tree813662c2fb88ccb4c4c7b72019414b9f66854572 /manifests
parent9a70828ea0355a4cbbf5cbb91dfd2940a4cc1042 (diff)
add $module_dir_path in modules_dir define for compatibility with David Schmitt's module
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/modules_dir.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/defines/modules_dir.pp b/manifests/defines/modules_dir.pp
index 36f9c18..fe0d562 100644
--- a/manifests/defines/modules_dir.pp
+++ b/manifests/defines/modules_dir.pp
@@ -33,3 +33,7 @@ define module_dir (
{
modules_dir{$name: mode => $mode, owner => $owner, group => $group }
}
+
+# Use this variable to reference the base path. Thus you are safe from any
+# changes.
+$module_dir_path = '/var/lib/puppet/modules'