search for: eurwebtest03

Displaying 2 results from an estimated 2 matches for "eurwebtest03".

2012 Mar 13
2
vhost creation with and without ssl
...require => Package[''apache2''], } file{ "/var/www/${servername}/html/": ensure => directory, require => File["/var/www/${servername}"], } } Node configuration node eurwebtest03 inherits eurwebtest-template { vhost{ ''test'': servername => ''test.eurweb.com'', ssl => ''true'', enabled => ''link'', inorout...
2011 Oct 31
6
useradd question
I am using Ubuntu LTS 10.04 with the backported puppet 2.6.1-0ubuntu2~lucid1 I am trying to create user with the following manifests but at the end always getting the Could not find user git error message: What am i missing, seems the manifest not creating the missing git user. /etc/modules/git/manifests/user.pp class git::user { user{''install'': name