Re: [Puppet Users] When usion puppet docker_platform with vagrant virtualbox the docker container is not started and after restart the docker daemon is not started

2016-04-07 Thread Gareth Rushgrove
On 6 April 2016 at 21:29, 'Torsten Kleiber' via Puppet Users wrote: > Hi Gareth! > > garethr/docker module does start the docker daemon after reboot via vagrant > halt / up. > But unfortunately the container does only exist and start after initial > provisioning, but is not there anymore (via "sud

[Puppet Users] Puppet Types auto generator

2016-04-07 Thread Christoph Andreas Torlinsky
Hello there, i'm looking for a puppet types generator tool / toolkit as we have an API (Restful interface) and spec files that we would like to convert to puppet types for some use. If anyone has any tips, that is most welcomed. many thanks, c -- You received this message because you are su

Re: [Puppet Users] Puppet Types auto generator

2016-04-07 Thread Trevor Vaughan
Hi, It's not a generator, but this should get you started with an understandable example framework https://forge.puppet.com/onyxpoint/learning_custom_types. It doesn't cover 100% of the functionality but it will allow you to create an understandable and maintainable Type and Provider. Thanks, T

[Puppet Users] Re: Windows Remote Desktop Services (Could not find a suitable provider for dism)

2016-04-07 Thread mike r
I had the same error trying to run DISM module on a Win2008 box, then I realized win2008 doesnt have dism, only 2008 R2. module is not compatible with target OS On Wednesday, March 6, 2013 at 8:42:10 AM UTC-5, jim wrote: > > Hello all > > Was wondering if someone could help or advise where i'm g

[Puppet Users] Remove scheduled task on Windows 7 x64 SP1 with Puppet 3.8.3

2016-04-07 Thread jmp242
I want to delete or at least disable certain scheduled tasks via Puppet. scheduled_task { 'Lenovo Customer Feedback Program 64': ensure => absent, } Doesn't seem to do anything - the tasks are still there in the Task Scheduler GUI and puppet doesn't give a notice or error. schedu

[Puppet Users] New Release. New Integrations. New Puppet.

2016-04-07 Thread Lindsey Smith
Hi everyone, We’re excited to share our plans for the next decade of innovation from Puppet. You’ve been calling us Puppet for years and today we embraced it -- we changed our name from Puppet Labs to simply Puppet. The new name, and a new brand identity to go with it, reflect our mission: h

[Puppet Users] Re: New Release. New Integrations. New Puppet.

2016-04-07 Thread Lindsey Smith
On Thursday, April 7, 2016 at 1:13:14 PM UTC-7, Lindsey Smith wrote: > > Hi everyone, > > > We’re excited to share our plans for the next decade of innovation from > Puppet. You’ve been calling us Puppet for years and today we embraced it -- > we changed our name from Puppet Labs to simply Pupp

[Puppet Users] Problem changing user password on Windows

2016-04-07 Thread Douglas Teixeira
Hi everyone, We have been using Puppet to manage Windows workstations at work and it has been able to manage most of our machines' configurations smoothly. However, I stumbled upon a problem when trying to reset the password for a local user. The problem is that Puppet is resetting the password

[Puppet Users] remove vc/1, vc/2, etc. lines from /etc/securetty using augeas

2016-04-07 Thread KC
Hi All! I'm trying to remove the vc/1-11 lines in my /etc/securetty file. Is there a way to elegantly do this? console vc/1 vc/2 vc/3 . . vc/10 vc/11 tty/1 tty/2 tty/3 . . . tty/10 tty/11 Doing: rm /files/etc/securetty/*[.='vc/1'] works for one line but rm /files/etc/securetty/*[.='vc/*'] doe

[Puppet Users] Announce: puppet-client-tools (PuppetDB CLI) 1.0.0 is available!

2016-04-07 Thread AJ Roetker
puppet-client-tools 1.0.0 (PuppetDB CLI) - 2016-04-07 Summary Today we released the initial release of puppet-client-tools which for includes subcommands for querying and administering PuppetDB. The PuppetDB CLI is inte

[Puppet Users] Re: Announce: puppet-client-tools (PuppetDB CLI) 1.0.0 is available!

2016-04-07 Thread AJ Roetker
On Thu, Apr 7, 2016 at 5:20 PM, AJ Roetker wrote: > puppet-client-tools 1.0.0 (PuppetDB CLI) - 2016-04-07 > > Summary > > Today we released the initial release of puppet-client-tools which for > includes subcommands for