[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-04 Thread 'Torsten Kleiber' via Puppet Users
Hi! I try to create a virtualbox machine with vagrant and puppet provider. According to the documentation https://forge.puppetlabs.com/puppetlabs/docker_platform/readme#class-docker I have create following manifest: class { 'docker': * service_enable => true,* * service_state => 'running',*

Re: [Puppet Users] Announce: Puppet 3.8.5 available

2016-04-04 Thread Christopher Wood
(Pardon the necro, I felt these interesting results should be filed with the other ones.) On Thu, Feb 11, 2016 at 08:50:32AM -0800, Kylo Ginsberg wrote: >On Thu, Feb 11, 2016 at 8:02 AM, Christopher Wood ><[1]christopher_w...@pobox.com> wrote: > > For idle interest's sake, I

[Puppet Users] Re: Significance of ca_name?

2016-04-04 Thread Jeremy Barlow
On Saturday, April 2, 2016 at 4:36:46 AM UTC-7, dE wrote: > > The documentation says -- > > The name to use the Certificate Authority certificate. >> > > Which sound like wrong grammar. The correct one must be -- > > > The name to use for the Certificate Authority certificate. > > > On my

Re: [Puppet Users] unable to create home directory

2016-04-04 Thread Mike Hendon
In that case just have puppet create the directory if it doesn't already exist and ensure that the ownership is set correctly. Then have the ssh_authorized_keys resource require the directory resource. On Monday, 4 April 2016 14:23:11 UTC+1, Patrick G. wrote: > > I don't need to create the user

Re: [Puppet Users] unable to create home directory

2016-04-04 Thread jcbollinger
On Monday, April 4, 2016 at 8:23:11 AM UTC-5, Patrick G. wrote: > > I don't need to create the user just /home//.ssh because the > user exist in ldap. > So how do I give access to puppet to create only /home/admin/.ssh > As I wrote earlier, it's unclear whether yours is in fact an access

Re: [Puppet Users] unable to create home directory

2016-04-04 Thread jcbollinger
On Friday, April 1, 2016 at 9:32:43 AM UTC-5, Mike Hendon wrote: > > > To create the admin home directory first the ssh key resource should be > dependent on an admin user resource. > Yes and no. As I covered in one of my previous responses to this thread, if there is a User['admin'] under

Re: [Puppet Users] unable to create home directory

2016-04-04 Thread Patrick G.
I don't need to create the user just /home//.ssh because the user exist in ldap. So how do I give access to puppet to create only /home/admin/.ssh Op vrijdag 1 april 2016 16:32:43 UTC+2 schreef Mike Hendon: > > > On Friday, 1 April 2016 14:34:01 UTC+1, jcbollinger wrote: >> >> >> >> On

[Puppet Users] using generated query string in a collector

2016-04-04 Thread Johan De Wit
Hi, Seems it is not possible, well, I cannot make it work. Depending on some class parameter, some exported resources should be collected or not. eg. class X ( $collect_tags = ['cond1', 'cond2'] ) { $my_cond = my_magic_function($collect_tags) # returns the string "tag == 'cond1' or