diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2010-02-15 14:15:03 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-09-02 18:15:31 -0400 |
commit | 9f336296301d595aa879f89331d9b720b3cf62a4 (patch) | |
tree | 813662c2fb88ccb4c4c7b72019414b9f66854572 | |
parent | 9a70828ea0355a4cbbf5cbb91dfd2940a4cc1042 (diff) | |
download | puppet-common-9f336296301d595aa879f89331d9b720b3cf62a4.tar.gz puppet-common-9f336296301d595aa879f89331d9b720b3cf62a4.tar.bz2 |
add $module_dir_path in modules_dir define for compatibility with David Schmitt's module
-rw-r--r-- | manifests/defines/modules_dir.pp | 4 |
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' |