[Puppet Users] Re: Basic question

2016-07-21 Thread Russell Anderson
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

[Puppet Users] Re: adding new users to /etc/sudoers

2015-03-28 Thread Russell Anderson
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

[Puppet Users] Re: ensure => file, creating directories

2016-01-14 Thread Russell Anderson
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

[Puppet Users] Rspec failure with puppetdb_query (from termini package, not Dalen mod)

2018-07-17 Thread Russell Anderson
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