Abhi
05/05/2022, 3:45 PM/opt/puppetlabs/puppet/bin/r10k puppetfile install --puppetfile staging.puppetfile --moduledir /etc/puppetlabs/code/environments/staging/modules -v
[puppet-master] out: INFO -> Updating module /etc/puppetlabs/code/environments/staging/modules/stdlib
[puppet-master] out: INFO -> Updating module /etc/puppetlabs/code/environments/staging/modules/puppet_agent
[puppet-master] out: INFO -> Updating module /etc/puppetlabs/code/environments/staging/modules/facts
[puppet-master] out: INFO -> Updating module /etc/puppetlabs/code/environments/staging/modules/newrelic_infra
...
[puppet-master] out: ERROR -> SSL_connect returned=1 errno=0 state=error: wrong version number
...
elfchief
05/05/2022, 3:46 PMCVQuesty
05/05/2022, 3:47 PMvchepkov
05/05/2022, 3:53 PMMarty Ewings
05/05/2022, 3:57 PMMarty Ewings
05/05/2022, 3:57 PMOn 2022-05-04, we'll no longer use a fixed IP address to connect to the Forge.
Yorokobi
05/05/2022, 3:58 PMMarty Ewings
05/05/2022, 3:58 PMMarty Ewings
05/05/2022, 3:59 PMvchepkov
05/05/2022, 4:01 PMvchepkov
05/05/2022, 4:01 PMCVQuesty
05/05/2022, 4:03 PMDiego Lapiduz
05/05/2022, 4:04 PMrunlolarun
05/05/2022, 4:07 PMLoadModule php7_module modules/libphp7.so
, when it should be LoadModule php_module modules/libphp.so
. There is a ticket about it https://github.com/puppetlabs/puppetlabs-apache/pull/2166, but for some reason it’s not working for me. Does anyone have something similar running and working?Massimiliano (Max)
05/05/2022, 4:48 PMunless defined(@@Sensu_check["check-acme-ssl-${host}-${port}"]) {
.....
}
does this mean that I can get 2 exported resources with the same name, overwriting each other (if the tag is also the same)?josh
05/05/2022, 4:48 PMMassimiliano (Max)
05/05/2022, 4:48 PMSlackbot
05/05/2022, 4:52 PMYorokobi
05/05/2022, 4:55 PM# /opt/puppetlabs/puppet/bin/facter --json | grep ec2
"serial_number": "ec214863-280f-126f-0aa8-32f824cca8ac",
"uuid": "ec214863-280f-126f-0aa8-32f824cca8ac"
"ec2_metadata": {
"hostname": "ip-10-10-4-7.ec2.internal",
"ec2": {
"local-hostname": "ip-10-10-4-7.ec2.internal",
"local-hostname": "ip-10-10-4-7.ec2.internal",
"domain": "ec2.internal",
"fqdn": "i-09a69a.ec2.internal",
Binary file (standard input) matches
ragnarkon
05/05/2022, 5:24 PMragnarkon
05/05/2022, 5:25 PMSlackbot
05/05/2022, 5:26 PMragnarkon
05/05/2022, 5:26 PMragnarkon
05/05/2022, 5:30 PMRobert Emanuele
05/05/2022, 5:44 PMpuppet apply
is there a way to turn off color printing?bastelfreak
05/05/2022, 5:45 PMbastelfreak
05/05/2022, 5:45 PMvchepkov
05/05/2022, 5:47 PMpuppet config set color false --section main
Robert Emanuele
05/05/2022, 5:47 PMvchepkov
05/05/2022, 5:48 PMini_setting {
default:
ensure => 'present',
path => $facts['puppet_config'],
section => 'main',
;
'main: environment':
ensure => 'absent',
setting => 'environment',
;
'main: show file diff':
setting => 'show_diff',
value => 'true',
;
'main: color false':
setting => 'color',
value => 'false',
;
'agent: set random apply time':
section => 'agent',
setting => 'splay',
value => 'true',
;
'user: bucketdir':
section => 'user',
setting => 'bucketdir',
value => '$clientbucketdir',
;
}