Hi all,
I've started to make some future parser versions of the most useful Tiny
Puppet defines:
https://github.com/example42/puppet-tp/commit/78222a8e12542d0203b2bc600b7984fbf555a488
the main advantages I've seen, for this use case, is the neater and more
concise parameters validation, and, for
On 2015-12-04 10:14, Alessandro Franceschi wrote:
Hi all,
I've started to make some future parser versions of the most useful Tiny
Puppet defines:
https://github.com/example42/puppet-tp/commit/78222a8e12542d0203b2bc600b7984fbf555a488
the main advantages I've seen, for this use case, is the neater
Great,
exactly what I need.
Thank you
On Sunday, April 12, 2015 at 1:35:22 PM UTC+2, Henrik Lindberg wrote:
>
> On 2015-12-04 10:14, Alessandro Franceschi wrote:
> > Hi all,
> > I've started to make some future parser versions of the most useful Tiny
> > Puppet defines:
> >
> https://github.
I've loosened my 'match' to something as simple as 'cheeseburger' to see if
it works, same error, I've tried moving match above 'line' too, and have
confirmed the file_line type exists (the error would be different in that
case anyway)
file_line { 'lsinitgroup':
ensure => prese
Hi Team,
We are using the puppetlabs-apache module and we intend to harden this as
per the benchmarks set by cisecurity.org.
*Guidelines doc:*
https://us1.rallydev.com/slm/attachment/32970845982/CIS_Apache_HTTP_Server_2.4_Benchmark_v1.1.0.pdf
Please share your views on incorporating this chang