sameer
10/18/2022, 1:34 PMSlackbot
10/18/2022, 1:40 PMsameer
10/18/2022, 1:40 PMexec { 'add_nodejs_16.x_repo':
command => 'curl -fsSL <https://deb.nodesource.com/setup_16.x> | sudo -E bash - && sudo apt update && sudo apt-get install -y nodejs',
provider => 'shell',
unless => 'ls -l /etc/apt/sources.list.d/nodesource.list 2>/dev/null',
} package { [ 'nodejs' ]: ensure => present,
require => Exec['apt_update'],
}Yorokobi
10/18/2022, 1:42 PMpuppet agent -t -d) and see what it says.Yorokobi
10/18/2022, 1:53 PM-d should output all sorts of stuffvchepkov
10/18/2022, 1:56 PMcreates => /etc/apt/sources.list.d/nodesource.list heresameer
10/18/2022, 1:56 PMvchepkov
10/18/2022, 1:56 PMvchepkov
10/18/2022, 1:57 PMUgo Bellavance
10/18/2022, 1:58 PMSlackbot
10/18/2022, 1:59 PMvchepkov
10/18/2022, 2:00 PMspp
10/18/2022, 2:02 PMJoel Wilson
10/18/2022, 2:04 PMpuppet-ca/v1/certificate_statuses/any_key. The auth is set to only get with the CA’s certname. Do I need to add put or post for puppetserver ca sign --all ?Slackbot
10/18/2022, 2:10 PMYorokobi
10/18/2022, 2:12 PMYorokobi
10/18/2022, 2:12 PMLumiere
10/18/2022, 2:26 PMvchepkov
10/18/2022, 2:27 PMLumiere
10/18/2022, 2:27 PMSlackbot
10/18/2022, 2:28 PMLumiere
10/18/2022, 2:28 PMvchepkov
10/18/2022, 2:28 PMUgo Bellavance
10/18/2022, 2:28 PMLumiere
10/18/2022, 2:29 PMUgo Bellavance
10/18/2022, 2:29 PMLumiere
10/18/2022, 2:30 PMLumiere
10/18/2022, 2:30 PMUgo Bellavance
10/18/2022, 2:31 PMLumiere
10/18/2022, 2:36 PM