--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/a0655c3e-9b5e-4097-a793-60f3117df82do%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet...@googlegroups.com.
lrwxrwxrwx 1 root root 29 Jun 8 21:44 hierdata -> gitclone/production/hieradata/
Hello,
Control Repo and R10K work fine with Puppet OSS and is the recommended architecture for using multiple environments with Puppet.
PE Code Manager is indeed only for PE, but in most cases is just a fancy name for R10K.
lrwxrwxrwx 1 root root 29 Jun 8 21:44 hierdata -> gitclone/production/hieradata/
$ cat environment.conf
manifest = $codedir/environments/preprod/gitclone/production/manifests
modulepath = $codedir/environments/preprod/gitclone/production/modules
$ cat hierdata/common.yaml
---
infraserver: 'bigmachine.local'$ cat site.pp
$infraserver = hiera( 'infraserver' )But the clients don't see it in preprod, failing their puppet runs, and the codebase is exactly the same:Error 500 on SERVER: Server Error: Function lookup() did not find a value for the name 'infraserver' on node dev1.local$ puppet lookup infraserver --environment production --node dev1.local
--- bigmachine.local
$ puppet lookup infraserver --environment preprod --node dev1.local
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/a0655c3e-9b5e-4097-a793-60f3117df82do%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/88343dbe-0818-49b8-85be-bad4ee8e7963o%40googlegroups.com.