William Myers
11/14/2022, 6:27 PMSlackbot
11/14/2022, 6:43 PMWilliam Myers
11/14/2022, 6:43 PM/etc/puppetlabs/code/environments/test_bolt$ sudo bolt command run 'mkdir /var/cache/test' --targets dockerhost
Started on dockerhost...
Finished on dockerhost:
Successful on 1 target: dockerhost
Ran on 1 target in 0.74 secWilliam Myers
11/14/2022, 8:59 PMWilliam Myers
11/14/2022, 9:01 PMWilliam Myers
11/14/2022, 9:10 PMYorokobi
11/14/2022, 9:10 PMWilliam Myers
11/14/2022, 9:11 PMWilliam Myers
11/14/2022, 9:11 PMWilliam Myers
11/14/2022, 9:19 PMWilliam Myers
11/14/2022, 9:22 PMWilliam Myers
11/14/2022, 9:25 PMrnelson0
11/14/2022, 9:29 PMrnelson0
11/14/2022, 9:29 PMWilliam Myers
11/14/2022, 9:55 PMgary
11/14/2022, 11:59 PMmain for the default branch name instead of master . Using g10k to pull in branches. I can g10k wrote all branches in the environments directory. But when I run puppet agent, its not finding the production (which use to just alias to the master branch). Is it a puppetserver config or puppet agent config that I need to change to alias production to the new name of main instead? Thanks!natemccurdy
11/15/2022, 12:03 AMmain -> production in /etc/puppetlabs/code/environments.
Though, if your environment name is literally main, and you want to use that, then agents can run against it with this in their `puppet.conf`:
[agent]
environment = mainnatemccurdy
11/15/2022, 12:04 AMproduction. There’s just way too much baked into Puppet that expects production to exist.chadh
11/15/2022, 12:06 AMWilliam Myers
11/15/2022, 12:29 AMWilliam Myers
11/15/2022, 12:29 AMWilliam Myers
11/15/2022, 12:30 AMWilliam Myers
11/15/2022, 12:41 AMYorokobi
11/15/2022, 1:10 AMSlackbot
11/15/2022, 1:54 AMSlackbot
11/15/2022, 1:55 AMWilliam Myers
11/15/2022, 1:55 AMAnthony Chapman
11/15/2022, 3:37 AMAnthony Chapman
11/15/2022, 3:38 AMTravis Sadler
11/15/2022, 3:50 AM