On Tue, Feb 6, 2018 at 3:04 AM, SCHAER Frederic
wrote:
> Hi,
>
>
>
> On my dev puppetserver, I have :
>
> # puppet config print environmentpath
>
> /puppet/code/envs
>
>
>
> # grep env /etc/puppetlabs/puppet/puppet.conf
>
> environmentpath = /puppet/code/envs
>
> environment = preprod
>
> The puppet agent indeed has a default config that I did not specify –
> and don’t want to, I’m running with a puppetserver :
>
> # puppet config print environmentpath
>
> /etc/puppetlabs/code/environments
>
> # grep env /etc/puppetlabs/puppet/puppet.conf
>
> environment = dev
>
> ð Question
Hi,
On my dev puppetserver, I have :
# puppet config print environmentpath
/puppet/code/envs
# grep env /etc/puppetlabs/puppet/puppet.conf
environmentpath = /puppet/code/envs
environment = preprod
(yes, the puppetserver for dev hosts is in env preprod ;) )
On all client nodes referring