Make sure environment winds up in basemodulepath
Change-Id: I7a80158fef3fd764000f7d57a56ebf0df83347ea
This commit is contained in:
parent
ede55a8691
commit
a3cc1c5c9a
@ -10,7 +10,8 @@ puppet_server: puppet
|
||||
certname: "{{ ansible_fqdn }}"
|
||||
puppet_data_binding_terminus: hiera
|
||||
puppet_reports: store
|
||||
puppet_basemodulepath: '$confdir/modules:/opt/system-config/production/modules'
|
||||
puppet_basemodulepath: '$confdir/modules'
|
||||
puppet_environmentpath: '$confdir/environments'
|
||||
puppet_hiera_datadir: '/opt/system-config/'
|
||||
puppet_environment_basedir: '/opt/system-config/'
|
||||
puppet_environment: production
|
||||
|
@ -1 +1 @@
|
||||
modulepath = {{ puppet_basemodulepath }}
|
||||
modulepath = '{{ puppet_basemodulepath }}:{{ puppet_environment_basedir }}{{ puppet_environment }}/modules'
|
||||
|
@ -8,7 +8,7 @@ certname={{ certname }}
|
||||
pluginsync=true
|
||||
data_binding_terminus={{ puppet_data_binding_terminus }}
|
||||
reports={{ puppet_reports }}
|
||||
basemodulepath={{ puppet_basemodulepath }}
|
||||
basemodulepath = {{ puppet_basemodulepath }}
|
||||
environmentpath={{ puppet_environmentpath }}
|
||||
environmenttimeout=0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user