Displaying 3 results from an estimated 3 matches for "custom_types".
Did you mean:
custom_styles
2013 May 01
2
IBM gpfs file system and mount resource
Hi all,
I wonder if anyone know whether or not it is possible to issue a custom
mount command via the mount resource?
My issue is that we are running a gpfs file system which uses the commands
mmmount and mmumount for file system mounting and re-mounting. The standard
mount resource does not work.
Any suggestions would be greatly appreciated!
Rick
--
You received this message because you
2013 Feb 11
2
file resource, multiple owner values
With Puppet 2.7.20, it seems that when I write
file { ''/tmp/bla'':
owner => [''root'', ''jared'']
}
then if the owner of /tmp/bla is either root or jared, nothing happens,
and if not, the owner is changed to root. More generically speaking, my
reading of the code suggests that if the owner of the file is in the
given list (the
2012 May 04
16
forcing user resource provider to be local files only?
I see that there are an assorted bunch of "provider" types for resource
type user. Are there not any "local file" providers for it?
I have need of ensuring that certain local user accounts get created on all
machines, reguardless of what the system "/bin/password" and "useradd"
type mechanisms are set to.
It would be really nice to find a pre-written