spp
06/05/2023, 4:43 PMSlackbot
06/05/2023, 4:46 PMSlackbot
06/05/2023, 4:50 PMSlackbot
06/05/2023, 9:51 PMSlackbot
06/05/2023, 10:02 PMYury Bushmelev
06/06/2023, 7:21 AMinclude selinux
and set selinux::mode
in Hiera as suggested abovepratima gaikwad
06/06/2023, 1:23 PMpratima gaikwad
06/06/2023, 1:26 PMpratima gaikwad
06/06/2023, 1:26 PMYorokobi
06/06/2023, 1:27 PMDr Bunsen Honeydew
06/06/2023, 1:45 PMbinford2k
06/06/2023, 3:07 PMDr Bunsen Honeydew
06/06/2023, 4:45 PMLumiere
06/06/2023, 7:28 PMError: Failed to apply catalog: Parameter command failed on Exec[/usr/bin/systemctl daemon-reload]: Command must be a String, got value of class Array (file: /etc/puppetlabs/code/shared/infrastructure/firewall/manifests/linux/redhat.pp, line: 79)
https://github.com/puppetlabs/puppetlabs-firewall/blob/v4.1.0/manifests/linux/redhat.pp#L77-L81Lumiere
06/06/2023, 7:37 PMbinford2k
06/06/2023, 8:04 PMLumiere
06/06/2023, 8:04 PMbinford2k
06/06/2023, 8:07 PMLumiere
06/06/2023, 8:08 PMLumiere
06/06/2023, 8:08 PMLumiere
06/06/2023, 8:08 PMLumiere
06/06/2023, 8:08 PMSlackbot
06/06/2023, 10:28 PMPatrick Rynhart
06/07/2023, 4:39 AMtomcat::instance { $tconfig['instance']:
catalina_home => $tconfig['catalina_base'],
manage_service => false,
}
but I’m unsure how to reference itPatrick Rynhart
06/07/2023, 4:40 AMaugeas { 'connector_port_8080':
incl => '/opt/tomcat/conf/server.xml',
lens => 'Xml.lns',
context => '/files/opt/tomcat/conf/server.xml/Server/Service/Connector',
changes => [
'set #attribute/minSpareThreads 25',
'set #attribute/enableLookups false',
'set #attribute/redirectPort 8443',
'set #attribute/connectionTimeout 20000',
'set #attribute/disableUploadTimeout True',
'set #attribute/URIEncoding UTF-8',
],
require => Tomcat::Instance::???????,
}
Slackbot
06/07/2023, 4:41 AMSlackbot
06/07/2023, 5:08 AMPatrick Rynhart
06/07/2023, 5:09 AMexec { 'dspace_bootstrap':
command => "/opt/bootstrap/dspace_bootstrap.sh | tee /tmp/dspace_bootstrap.log",
onlyif => '/bin/test ! -f /opt/bootstrap/.dspace_bootstrap.done',
timeout => '600',
}
Raz
06/07/2023, 7:12 AMbastelfreak
06/07/2023, 7:19 AM