Displaying 5 results from an estimated 5 matches for "e755".
Did you mean:
0755
2013 Oct 04
0
Is anyone using puppetlabs-firewall with IPv6?
...Matthias Saou ██ ██
██ ██
Web: http://matthias.saou.eu/ ██████████████
Mail/XMPP: matthias@saou.eu ████ ██████ ████
██████████████████████
GPG: 4096R/E755CC63 ██ ██████████████ ██
8D91 7E2E F048 9C9C 46AF ██ ██ ██ ██
21A9 7A51 7B82 E755 CC63 ████ ████
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this...
2013 Dec 17
1
A different way of managing POSIX ACLs : fooacl
...Matthias Saou ██ ██
██ ██
Web: http://matthias.saou.eu/ ██████████████
Mail/XMPP: matthias@saou.eu ████ ██████ ████
██████████████████████
GPG: 4096R/E755CC63 ██ ██████████████ ██
8D91 7E2E F048 9C9C 46AF ██ ██ ██ ██
21A9 7A51 7B82 E755 CC63 ████ ████
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this...
2013 May 25
1
Error: Could not find dependency Yumrepo[puppetlabs-products] for Package[puppet]
I have installed puppet from puppet-labs yum repository on OEL familiy
of Red Hat Enterprise Linux Server release 5.9 (Tikanga)
----------------------------------------------------------------------------
[root@oel-puppet-master modules]# yum list facter
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
You can use up2date --register to register.
ULN support will be
2013 Apr 25
3
problems ensuring that a service is absent
Hi,
I''m trying to be really, really sure that a specific service is not
running. The central part of this looks like that:
service { ''foo'': ensure => stopped, enable => false }
->
package { ''foo'': ensure => purged }
The astute reader will notice that on the second run puppet will
complain that the init script for foo is
2013 May 30
8
Run a File resource only if another file is missing
Hi,
I would like to run the File resource below:
file { ''autoconfig.php'':
path =>
''/var/www/owncloud/config/autoconfig.php'',
ensure => file,
owner => ''www-data'',
group => ''www-data'',