mh
b4ce2e8769
make the removal of line safer
2010-09-02 18:14:15 -04:00
mh
75f88ffda0
add alias for compatibility
2010-09-02 18:14:07 -04:00
mh
d39201f8a2
make the define much easier
2010-09-02 18:14:02 -04:00
Andreas
2a679f8fa0
remove link if absent
2010-09-02 18:13:55 -04:00
Andreas
72dcd72362
generate a link
2010-09-02 18:13:49 -04:00
mh
1b4f833b19
remove extra slash
2010-09-02 18:13:43 -04:00
mh
1a6eaf9c2e
fix missing urls to 0.25.x
2010-09-02 18:13:36 -04:00
mh
acf0532464
fix missing urls to 0.25.x
2010-09-02 18:13:23 -04:00
mh
d75dcc86f8
recursivly updating file path to new 0.25 style
2010-09-02 18:12:49 -04:00
mh
36c3eecba3
remove unnecessary import
2010-09-02 18:11:59 -04:00
mh
97e15ea5a8
move plugin directory to fit new 0.25 style
2010-09-02 18:11:43 -04:00
mh
37b37ae82f
whitespace
2010-09-02 18:10:52 -04:00
mh
91ea4d11ae
fixing typo
2010-09-02 18:10:44 -04:00
mh
61d767b561
added a strlength function to get the length of a string into puppet
2010-09-02 18:10:33 -04:00
mh
49b127b80a
we don't require any of these execs, so we don't need them
2010-09-02 18:10:24 -04:00
mh
69a63c5767
fixed quoting
2010-09-02 18:09:44 -04:00
David Schmitt
3a65dd8535
improve documentation and function naming
2008-08-25 16:45:29 +02:00
David Schmitt
0955f631b9
remove netmask.rb which was merged in facter 1.5
2008-08-11 20:25:27 +02:00
David Schmitt
13ae7fbace
minor fixes to .ignore and docs
2008-08-02 13:16:10 +02:00
David Schmitt
3d96669da7
more corrections of .ignore
2008-07-08 11:35:13 +02:00
David Schmitt
b24eaae55e
modules_dir: nail empty directory files/empty/ into the repo
...
Since git ignores empty directories, I had to create a placeholder to
fool git. The placeholder is ignored in the define.
2008-06-30 13:47:30 +02:00
David Schmitt
07ebdfa2c5
line: do a full string match of $line instead of a regex match
...
This allows $line to contain '/' characters and is generally the safer
thing to do.
Patch from Francois Deppierraz <francois.deppierraz@camptocamp.com>
2008-06-26 12:01:24 +02:00
David Schmitt
7820051c67
remove one more $servername
2008-06-05 16:48:00 +02:00
martin f. krafft
6a15374c17
do not use $servername in puppet:// urls
...
Instead, use puppet:///, which automatically uses
$servername when executed on clients, but which also works
when run locally.
Signed-off-by: martin f. krafft <madduck@madduck.net>
Signed-off-by: David Schmitt <david@schmitt.edv-bus.at>
2008-06-05 16:43:27 +02:00
David Schmitt
0da171820d
re-enable automatic modules_dir source
2008-04-06 18:31:17 +02:00
David Schmitt
535bc328f2
checkup
2008-04-06 17:36:22 +02:00
David Schmitt
8891451fef
add "prefix_with" function
2008-02-29 16:51:51 +01:00
David Schmitt
39b980df25
config_file: use File's built-in checking for content/source
2008-02-29 16:49:59 +01:00
David Schmitt
f1428f324a
more BSD compatability from admin@immerda.ch
2008-02-14 18:24:44 +01:00
David Schmitt
ffa7b203c0
lsb_release: remove paths from exec, to be more flexible, hint from admin@immerda.ch
2008-02-14 18:11:52 +01:00
David Schmitt
45088ca543
catchup commit
2008-01-28 16:05:38 +01:00
root
b97345857b
concatenated_file: create a sensible default for dir parameter
...
patch by Chris MacLeod, thanks!
2007-11-30 18:58:01 +01:00
root
af7efe4791
quiet down lsb_release checks
2007-11-26 08:42:09 +01:00
root
9d7a47506c
common: minor improvements to config_file, replace and line
2007-11-13 10:44:07 +01:00
root
76483492e6
common: fix default mode for modules_dir
2007-10-27 17:54:57 +02:00
root
79e25c055a
common: modules_file define as companion to modules_dir
2007-10-27 17:51:13 +02:00
root
8b28bba399
common/line, ssh: style cleanup
2007-10-26 18:12:10 +02:00
root
5f261926e3
common: trivial passthrough for ensure
2007-10-09 10:55:09 +02:00
Micah Anderson
f239916afc
Add some examples to the individual defines
2007-10-08 11:40:09 +02:00
Micah Anderson
ad81b0f977
Make the usage more friendly
2007-10-08 11:40:09 +02:00
Micah Anderson
17c3eb1644
Add a README for the common module
2007-10-08 11:40:09 +02:00
David Schmitt
d9a3c7617a
common: remove hand made plugins install defines and use matt's plugins patch
...
This moves all facts and puppet plugins to the plugins/ directory of modules to
get the benefits of Matt's plugins patch, that distributes these files before
the configuration is requested. This reduces the number of configuration runs to
convergence by one.
2007-10-06 10:11:47 +02:00
root
dbf92194b7
common: add netmask fact for automatic syncing
2007-10-01 21:03:27 +02:00
root
32b0c131ac
common: fix clash between modules_dir and concatenated_file(dir) better
2007-09-26 11:57:18 +02:00
root
67ea4bb276
moved "replace" define to module
2007-09-11 10:29:38 +02:00
root
a3e3bafd50
add facter dir in common module
2007-09-06 15:43:20 +02:00
David Schmitt
6e21670d06
line($ensure) defaults to present
2007-08-26 22:47:06 +02:00
David Schmitt
2b385eb0a6
recognize lsbdistcodename 'n/a'
...
micah <micah@riseup.net> reported, that lsb_release can report nonsensical
values for lsbdistcodename; assert_lsbdistcodename now recognises "n/a" and
acts accordingly
2007-08-26 22:18:00 +02:00
david
90dab4fda5
restructure puppet_install
...
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@191 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-08-08 17:57:53 +00:00
david
a73085c7e0
more fixes for the munin modularizsation
...
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@178 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-08-07 14:15:44 +00:00