You could probably use a combination of "file {}" to place the tarball on
the target node, and "exec {}" to unpack it and set permissions, using the
"creates" parameter.
https://docs.puppet.com/puppet/latest/reference/type.html#exec-attribute-creates
On Wednesday, July 20, 2016 at 8:11:22 PM UT
First, the visudo check didn't work otherwise it would have given actual
feedback, not usage info.
Second, where is this sudo class / module come from. Nothing in the
command snippets creates it.
On Friday, March 27, 2015 at 3:24:58 PM UTC-4, manyi wrote:
>
> Help needed!!
>
> I am trying to
We used to get this in spurts. Moving the file to a template always fixed the
issue for us.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubsc
Hopefully someone here can point me at the right solution. I'd like to
include this puppetdb_query command in our suite of rspec tests, but can't
seem to get the right package requirements. Please note, this isn't using
the Dalen mod, but rather the puppetdb api.
Code in question, functional