Slackbot
08/10/2022, 12:53 PMJason Grammenos
08/10/2022, 1:03 PM{
match-request: {
path: "/puppet/v3/status"
type: path
method: get
}
allow-unauthenticated: true
sort-order: 500
name: "puppetlabs status"
},
David Sandilands
08/10/2022, 1:11 PMJason Grammenos
08/10/2022, 2:39 PM<https://puppet.com/docs/puppet/7/release_notes_puppet.html#new_features_puppet_7-0-0-pup-10627>
suggests
To relax permissions on the last run summary, set the group permission on the file in puppet.conf to the following: lastrunsummary = $publicdir/last_run_summary.yaml { owner = root, group = monitoring, mode = 0640 }
except lastrunsummary
is not a valid config entry
https://puppet.com/docs/puppet/7/configuration.html
it should be lastrunfile
and if set to lastrunfile, monitoring
is not a valid group
Error: Could not get application-specific default settings: The :group parameter for the setting 'lastrunfile' must be either 'root' or 'service', not 'monitoring'
natemccurdy
08/10/2022, 3:00 PMnatemccurdy
08/10/2022, 3:01 PMJason Grammenos
08/10/2022, 3:03 PMnatemccurdy
08/10/2022, 3:07 PMJason Grammenos
08/10/2022, 3:07 PMlastrunsummary
anywhere in those docsnatemccurdy
08/10/2022, 3:08 PMnatemccurdy
08/10/2022, 3:09 PMnatemccurdy
08/10/2022, 3:09 PMYorokobi
08/10/2022, 3:09 PMYorokobi
08/10/2022, 3:10 PMnatemccurdy
08/10/2022, 3:10 PMlastrunfile
is $publicdir/last_run_summary.yaml
Slackbot
08/10/2022, 3:13 PMgoeldi
08/10/2022, 3:38 PM# puppet-code deploy --dry-run
2022/08/10 15:35:16 ERROR - Post "<https://v000762:8170/code-manager/v1/deploys>": dial tcp 127.0.1.1:8170: connect: connection refused
There seems nothing to run on port 8170 (tested with telnet)Slackbot
08/10/2022, 4:32 PMJason Grammenos
08/10/2022, 4:33 PMvchepkov
08/10/2022, 4:53 PMLes Shiner
08/10/2022, 5:10 PMvchepkov
08/10/2022, 5:15 PMdrobinson
08/10/2022, 5:16 PMnatemccurdy
08/10/2022, 5:17 PMLes Shiner
08/10/2022, 5:17 PMvchepkov
08/10/2022, 5:17 PMLes Shiner
08/10/2022, 5:18 PMdrobinson
08/10/2022, 5:22 PMnatemccurdy
08/10/2022, 5:23 PM.ps1
file is not marked executable in your git repo (assuming you use git).natemccurdy
08/10/2022, 5:24 PM