Brian Schonecker
01/11/2023, 7:33 PMnatemccurdy
01/11/2023, 7:33 PM> or | character after the yaml key's name.natemccurdy
01/11/2023, 7:34 PMBrian Schonecker
01/11/2023, 7:42 PMnatemccurdy
01/11/2023, 7:52 PMeyaml encrypt -f <private_key>
Copy the the output that uses the multi line syntax, then paste that into your Hiera data file, in a key that uses the > character.
Put the encrypted contents on a new line, after the >, indenting by 2 spaces.
For example:
---
private_key_file: >
ENC[PKCS7,MIIDTQYJKoZIhvcNAQcDoIIDPjCCAzoCAQAxggEhMIIBHQIBADAFMAACAQEw
DQYJKoZIhvcNAQEBBQAEggEAXH7xB1xuzoMAqA/3jSXO0ZUR6+UCb3DsTTj3
Lsrcx5oQBnJ/ml7GfBCPxBKfArZunLcnxmSk4hECKXdfgKsVjAa++JQWvtEm
HUNTFqvwd76Ku+nMfI9c8g+X+l6obLjzWfJdg3t6Ja7CJKl8UNFtSmbfYKVi]Dr Bunsen Honeydew
01/11/2023, 7:52 PMDr Bunsen Honeydew
01/11/2023, 7:52 PMnatemccurdy
01/11/2023, 7:53 PMeyaml encrypt -f <private_key>
Copy the the output that uses the multi line syntax, then paste that into your Hiera data file, in a key that uses the > character.
Put the encrypted contents on a new line, after the >, indenting by 2 spaces.
For example:
---
private_key_file: >
ENC[PKCS7,MIIDTQYJKoZIhvcNAQcDoIIDPjCCAzoCAQAxggEhMIIBHQIBADAFMAACAQEw
DQYJKoZIhvcNAQEBBQAEggEAXH7xB1xuzoMAqA/3jSXO0ZUR6+UCb3DsTTj3
Lsrcx5oQBnJ/ml7GfBCPxBKfArZunLcnxmSk4hECKXdfgKsVjAa++JQWvtEm
HUNTFqvwd76Ku+nMfI9c8g+X+l6obLjzWfJdg3t6Ja7CJKl8UNFtSmbfYKVi]Brian Schonecker
01/11/2023, 7:57 PMLumiere
01/11/2023, 8:26 PMSlackbot
01/11/2023, 8:40 PMkenyon
01/11/2023, 9:58 PMkenyon
01/11/2023, 9:58 PMkenyon
01/11/2023, 10:04 PMSlackbot
01/12/2023, 5:06 AMNeeloj
01/12/2023, 8:57 AMNeeloj
01/12/2023, 9:51 AMpuppet apply test.pp --ordering random why i cannot do that with the new version? does anyone know how can I do that with new version ? puppet apply --help | less doesnt help my alot. puppet version is 7.21.0. thank you allbastelfreak
01/12/2023, 10:38 AMSlackbot
01/12/2023, 11:32 AMMichael Kelly
01/12/2023, 11:34 AMbastelfreak
01/12/2023, 11:47 AMDr Bunsen Honeydew
01/12/2023, 12:45 PMSlackbot
01/12/2023, 12:50 PMSlackbot
01/12/2023, 5:02 PMbastelfreak
01/12/2023, 5:09 PMSlackbot
01/12/2023, 5:40 PMjms1
01/12/2023, 5:44 PMvchepkov
01/12/2023, 6:12 PMjms1
01/12/2023, 6:20 PMexec ... the puppet language has the notify meta-parameter which makes the resource (1) "execute" before the target, and (2) send a "restart" signal to the target if the resource was updated ... is there something like this, but which sends a "reload" signal instead?CVQuesty
01/12/2023, 6:41 PM