Raj Parpani
11/13/2025, 9:56 PMAdrian Parreiras Horta
11/13/2025, 10:16 PMagent-specified means the node classifier, i.e. the Console, will use the environment that the agent requests. So whatever is in the agent's puppet.conf is what will be used for the environment.Raj Parpani
11/13/2025, 10:30 PMRaj Parpani
11/13/2025, 10:31 PMRaj Parpani
11/13/2025, 10:34 PMsteveax
11/13/2025, 10:38 PMsteveax
11/13/2025, 10:38 PMRaj Parpani
11/13/2025, 10:52 PMsteveax
11/13/2025, 10:53 PMsteveax
11/13/2025, 10:53 PMkenyon
11/13/2025, 11:27 PMpuppet agent --test --environment production and then see if the next runs without explicit environment setting keep using productionJay Iorio
11/17/2025, 2:32 PMjms1
11/19/2025, 2:47 PMpdk test unit ALWAYS emit coloured text? if i run it with | grep or | less -R, the output isn't coloured.CVQuesty
11/19/2025, 2:56 PMCVQuesty
11/19/2025, 2:56 PMjms1
11/19/2025, 3:07 PMpdk has options like this, and they just aren't documented anywhere (including in the pdk test unit -h output).CVQuesty
11/19/2025, 3:10 PMpdk --help |grep updateCVQuesty
11/19/2025, 3:10 PMCVQuesty
11/19/2025, 3:10 PMpdk --help |grep update --colorCVQuesty
11/19/2025, 3:11 PMjms1
11/19/2025, 3:11 PMpdk -h, the word update is green. with pdk -h | grep --color update, the word update is red.CVQuesty
11/19/2025, 3:11 PMCVQuesty
11/19/2025, 3:12 PMjms1
11/19/2025, 3:12 PMpdk -h | cat ... you'll see what i meanYorokobi
11/19/2025, 3:15 PMgrep --color uses $GREP_COLORS to highlight matching text, not pass the original colour through the pipeline.jms1
11/19/2025, 3:15 PMgrep isn't RECEIVING the colour codes in the first place.jms1
11/19/2025, 3:16 PMpdk command isn't sending the colour codes.jms1
11/19/2025, 3:26 PMpdk new module uses, so you don't need to remember to include the --template-url= and --template-ref= options ... turns out the answer is yes:
pdk set config user.module_defaults.template-url git@github.com:USER/REPO
pdk set config user.module_defaults.template-ref mainjms1
11/19/2025, 3:29 PMhttps:// or ssh://, or any other URL scheme for which the machine has a remote helper installed ... like on my workstation i could also use keybase:// or foks://)Yorokobi
11/19/2025, 3:30 PM