Displaying 3 results from an estimated 3 matches for "seymourp".
Did you mean:
seymour
2010 Mar 17
1
Custom Provider with multiple default targets
Hello,
If I have a custom provider which updates a file. How can I get it to write to 2 files at the same time without coding 2 things within the manifest one with target => and one without ?
So multiple targets as the default_target
Cheers
Paul
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2010 Mar 22
3
custom type/provider load error
Hi .*,
with the first puppet run on a freshly installed system all custom
types and providers a synced. As you can see from the output for some
reason puppet tries to load the providers before the types and
therefore the custom provider loads throw an error. It looks like the
load happens alphabetically ordered, such that providers are loaded
before the types...
Anyway the puppet run afterwards
2010 Oct 15
2
puppet-lvm and volume group issues
Trying to setup a volume group with puppet lvm and this:-
volume_group { "my_vg":
ensure => present,
physical_volumes => "/dev/sdb /dev/sdc /dev/sdd",
require => [ Physical_volume["/dev/sdb"],
Physical_volume["/dev/sdc"],
Physical_volume["/dev/sdd"]
]
}
Fails with this in the debug