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',*
}
(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 calcula
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 master,
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 j
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 control
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
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 Thursday
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 tag