- Original Message -
> From: "Joe" <09cic...@gmail.com>
> To: "puppet-users"
> Sent: Sunday, 1 January, 2017 06:05:49
> Subject: [Puppet Users] Array Iteration for Community Edition of Puppet(3.8)
> Hi All
>
> Puppet v3.8.7 community on Ubuntu 14 LTS
>
> I have been attempting to writ
Hi All
Puppet v3.8.7 community on Ubuntu 14 LTS
I have been attempting to write a class to use the "file_line" type
reference from the stdlib library to add multiple lines to a file if these
lines are not present.
I was attempting to do this with iteration using the each function and
tried wi