Displaying 2 results from an estimated 2 matches for "apt_config".
Did you mean:
app_config
2007 Jun 25
5
Module Patterns part 1 -- The Puppet Semaphor
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear list!
While converting my config to modules, I''m applying puppet''s mechanisms to
interact with and between modules. Here I''ll try to collect a few patterns to
create awareness of fundamental module patterns. After feedback/discussion I
will add this to the wiki.
The Puppet Semaphor
===================
2007 Dec 07
3
mount type ensure behavior
The ensure parameter for the mount type has a ''present'' option, which
will unmount the filesystem if its mounted. I was hoping that ''present''
meant to make sure it was listed in the mounts file, but to not do
anything with it (ie. don''t unmount if mounted, and don''t mount if
unmounted). I thought this was how the ensure =>