Displaying 4 results from an estimated 4 matches for "ahpook".
Did you mean:
abook
2006 Sep 13
5
Re: strange mtime/md5sum behaviour and constantly changing files with links
On Sep 8, 2006, at 5:58 AM, Thorsten Sandfuchs wrote:
> hio,
> as I have some huge files to distribute and md5-sum-checking takes
> SOME time
> for them, I''m trying to switch to mtime/timestamps, but got no
> luck. Regularly
> the mtime seems to change and additionally the md5sums generate
> themselves
> anyway.
I''m pretty sure that the file
2011 Mar 02
4
networkinterface type proposal
...9;'s a complicated beast but this would be great functionality to have in puppet. I''ll update https://projects.puppetlabs.com/issues/3153 with the results of the discussion here and maybe we can get some traction on it.
- Eric Sorenson - N37 17.255 W121 55.738 - http://twitter.com/ahpook -
### basic examples
networkinterface { "eth0":
ensure => enabled,
bootproto => dhcp, # required for DHCP/BOOTP, optional for static
hwaddr => "00:aa:bb:cc:dd:ee"
}
networkinterface { "eth0":
ensure => "enabled", # sets...
2010 Nov 19
1
Fwd: Re: Using custom facts in Puppet
May I please ask again for some assistance with the question below? I
hope somebody can help me.
Thanks,
Ed Greenberg
-------- Original Message --------
Subject: Re: [Puppet Users] Using custom facts in Puppet
Date: Tue, 16 Nov 2010 13:14:06 -0600
From: Ed Greenberg <edg@greenberg.org>
Reply-To: puppet-users@googlegroups.com
To: puppet-users@googlegroups.com
On 11/16/2010 09:33
2010 Dec 15
3
having trouble with puppet 0.25.5 on openbsd 4.8 on amd64
My manifest includes this snippet
class app_client_openbsd {
$app_client_pkgs_obsd = [ ''glib2-2.24.1p2'', ''gtar-1.23p1'' ]
package { "${app_client_pkgs_obsd}":
ensure => ''installed'',
source => "http://${installserver}/openbsd/${operatingsystemrelease}/packages/${hardwaremodel}/${name}.tgz",
}
This