diff options
author | Jan Dittberner <jandd@cacert.org> | 2016-11-05 11:41:46 +0100 |
---|---|---|
committer | root <root@puppet.intra.cacert.org> | 2016-11-05 11:43:06 +0100 |
commit | bef9c83e74228604c5e7ed46c3e308408b5f6ca6 (patch) | |
tree | 997a1c116ae1db03430d8dc9005636e8d08fb882 /environment.conf | |
parent | 1dad9bcf5c2f3212052ce493b08b1a2af754b7f1 (diff) | |
download | cacert-puppet-bef9c83e74228604c5e7ed46c3e308408b5f6ca6.tar.gz cacert-puppet-bef9c83e74228604c5e7ed46c3e308408b5f6ca6.tar.xz cacert-puppet-bef9c83e74228604c5e7ed46c3e308408b5f6ca6.zip |
Restructure to use r10k
This commit adds metadata to the profiles module, introduces a Puppetfile for
r10k and moves site specific modules to its own sitemodules directory.
Diffstat (limited to 'environment.conf')
-rw-r--r-- | environment.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.conf b/environment.conf index c39193f..0fb493e 100644 --- a/environment.conf +++ b/environment.conf @@ -10,7 +10,7 @@ # Allowed settings and default values: -# modulepath = ./modules:$basemodulepath +modulepath = ./sitemodules:./modules:$basemodulepath # manifest = (default_manifest from puppet.conf, which defaults to ./manifests) # config_version = (no script; Puppet will use the time the catalog was compiled) # environment_timeout = (environment_timeout from puppet.conf, which defaults to 0) |