diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-25 23:04:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-25 23:04:20 -0300 |
commit | 5491a5226467aa4ab8db7810f5d9118d31760052 (patch) | |
tree | c6d3151083f0722d5b1f14699b4c0a8c2265a6e0 | |
parent | 133e36be4d7af042b5403416e26bc624600ac5bc (diff) | |
download | puppet-bootstrap-5491a5226467aa4ab8db7810f5d9118d31760052.tar.gz puppet-bootstrap-5491a5226467aa4ab8db7810f5d9118d31760052.tar.bz2 |
Mock puppet.conf with environment config
-rw-r--r-- | puppet.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet.conf b/puppet.conf new file mode 100644 index 0000000..b934314 --- /dev/null +++ b/puppet.conf @@ -0,0 +1,3 @@ +[main] + environmentpath = $confdir/environments + basemodulepath = $confdir/modules-0 |