tuxmea
04/21/2023, 10:06 AMtuxmea
04/21/2023, 10:07 AMfalse && true
evaluate to true or false?Yury Bushmelev
04/21/2023, 10:07 AMYury Bushmelev
04/21/2023, 10:08 AMYury Bushmelev
04/21/2023, 10:08 AMirb
to check if I’m not suretuxmea
04/21/2023, 10:08 AMYury Bushmelev
04/21/2023, 10:10 AM.nil?
and `""`/`{}`/`[]` are differentYury Bushmelev
04/21/2023, 10:10 AMtuxmea
04/21/2023, 10:10 AMYury Bushmelev
04/21/2023, 10:11 AMYury Bushmelev
04/21/2023, 10:20 AMYury Bushmelev
04/21/2023, 10:21 AMsource
or content
is set 1st clause is not usedYury Bushmelev
04/21/2023, 10:22 AMsource
or content
can be set to an empty value.. then I’m not sure where it’ll end up (one of those elsifs or else)binford2k
04/21/2023, 5:40 PMvchepkov
04/21/2023, 5:48 PMKen
04/21/2023, 5:50 PMnatemccurdy
04/21/2023, 5:58 PMelseif
in that document.Ken
04/21/2023, 6:09 PMvchepkov
04/21/2023, 6:10 PMvchepkov
04/21/2023, 6:11 PMvchepkov
04/21/2023, 6:11 PMDr Bunsen Honeydew
04/21/2023, 6:11 PMpuppetlabs-inifile
module at https://forge.puppet.com/puppetlabs/inifile?src=slack&channel=puppetKen
04/21/2023, 6:12 PMSlackbot
04/21/2023, 6:13 PMvchepkov
04/21/2023, 6:14 PMvchepkov
04/21/2023, 6:14 PMvchepkov
04/21/2023, 6:15 PMDagan McGregor
04/24/2023, 3:30 AMfile_line
to set value in puppet.conf
, can I use the $confdir
or $config
values for the file path?Dagan McGregor
04/24/2023, 3:31 AMDagan McGregor
04/24/2023, 3:35 AM::settings::confdir
but I don't know if that is supported