Slackbot
08/23/2022, 8:07 PMfe80
08/23/2022, 9:09 PMsystemctl cat puppet
and puppet agent -t
?Dr Bunsen Honeydew
08/23/2022, 9:45 PMSlackbot
08/23/2022, 10:47 PMfe80
08/23/2022, 10:47 PMsystemctl cat puppet
and puppet agent -t
? (as root or with sudo lie @natemccurdy ā¬ļø )fe80
08/23/2022, 10:48 PMsystemctl cat puppet
and puppet agent -t
? (as root or with sudo like @natemccurdy ā¬ļø )natemccurdy
08/23/2022, 10:49 PMnatemccurdy
08/23/2022, 10:49 PMnatemccurdy
08/23/2022, 10:50 PMrismoney
08/23/2022, 10:51 PMrismoney
08/23/2022, 10:52 PMCorporate Gadfly
08/23/2022, 11:50 PMCorporate Gadfly
08/23/2022, 11:50 PMSlackbot
08/24/2022, 8:40 AMsameer
08/24/2022, 8:40 AMSlackbot
08/24/2022, 12:37 PMtutelacool
08/24/2022, 12:57 PM$test = 123
file { tmp/test:
ensure => file,
content => testfile$test,
}
same result if I use:
content => "testfile${test}",
tutelacool
08/24/2022, 12:58 PM$test = 123
file { tmp/test:
ensure => file,
content => testfile$test,
}
same result if I use:
content => "testfile${test}",
vchepkov
08/24/2022, 12:59 PMtutelacool
08/24/2022, 12:59 PMcontent
linevchepkov
08/24/2022, 1:00 PMvchepkov
08/24/2022, 1:00 PMtutelacool
08/24/2022, 1:01 PMtutelacool
08/24/2022, 1:01 PMtutelacool
08/24/2022, 1:01 PMcontent => 'testfile$test',
vchepkov
08/24/2022, 1:02 PMtutelacool
08/24/2022, 1:02 PMtutelacool
08/24/2022, 1:02 PMSlackbot
08/24/2022, 1:02 PMvchepkov
08/24/2022, 1:03 PM