Slackbot
08/23/2022, 10:28 AMtuxmea
08/23/2022, 10:52 AMSlackbot
08/23/2022, 1:23 PMRasheed
08/23/2022, 1:24 PMmatt
08/23/2022, 1:25 PMmatt
08/23/2022, 1:25 PMRasheed
08/23/2022, 1:29 PMLumiere
08/23/2022, 1:31 PMRasheed
08/23/2022, 1:33 PMDr Bunsen Honeydew
08/23/2022, 1:33 PMpuppetlabs-tomcat
module at https://forge.puppet.com/puppetlabs/tomcat?src=slack&channel=puppetLumiere
08/23/2022, 1:39 PMDr Bunsen Honeydew
08/23/2022, 1:39 PMpuppetlabs-tomcat
module at https://forge.puppet.com/puppetlabs/tomcat?src=slack&channel=puppetSlackbot
08/23/2022, 2:04 PMLes Shiner
08/23/2022, 4:41 PMCould not find node statement with name 'default' or '<http://compiler.r13hcilrgv3uzliozghbrt20fb.bx.internal.cloudapp.net|compiler.r13hcilrgv3uzliozghbrt20fb.bx.internal.cloudapp.net>' on node <http://compiler.r13hcilrgv3uzliozghbrt20fb.bx.internal.cloudapp.net|compiler.r13hcilrgv3uzliozghbrt20fb.bx.internal.cloudapp.net>
Les Shiner
08/23/2022, 4:42 PMbastelfreak
08/23/2022, 4:42 PMLes Shiner
08/23/2022, 4:43 PM/etc/puppetlabs/code/environments/puppetmaster/manifests
bastelfreak
08/23/2022, 4:45 PMLes Shiner
08/23/2022, 4:46 PMbastelfreak
08/23/2022, 4:46 PMpuppet agent -t --environment=puppetmaster
🙂Les Shiner
08/23/2022, 4:47 PMLes Shiner
08/23/2022, 4:48 PMnatemccurdy
08/23/2022, 4:58 PMenvironment
should be in the [agent]
sectionSlackbot
08/23/2022, 4:58 PMBrian Schonecker
08/23/2022, 4:58 PM$a = ['foo', 'bar', 'baz',]
$a.each |$f| {
file {"/tmp/$f": # How to force upper case here?
ensure => file,
}
}
Where/how does the stdlib function, 'upcase()' apply here?natemccurdy
08/23/2022, 4:59 PMproduction
environment.natemccurdy
08/23/2022, 4:59 PMproduction
) for all your nodes (including your Puppetservers), and only switching environments to test out Puppet code that’s in development before it’s moved to the production
environment.Slackbot
08/23/2022, 5:00 PMSlackbot
08/23/2022, 5:44 PM