Commit graph

88 commits

Author SHA1 Message Date
mh
51e06fd0d2 remove unnecessary fileserver variable (#2460) round II 2010-09-02 18:29:25 -04:00
mh
836316955a remove unnecessary fileserver variable (#2460) 2010-09-02 18:29:17 -04:00
mh
e5de903a22 escaping 2010-09-02 18:29:12 -04:00
mh
8904d70221 cleanup escaping stuff 2010-09-02 18:29:06 -04:00
mh
51d64164a9 Revert "remove escaping"
This reverts commit 7cc9d114afc9d5c807a7ee30bff7aaba865aded3.
2010-09-02 18:28:56 -04:00
mh
619f43a1bc Revert "remove escaping"
This reverts commit 40e3048d060f10105ae9dff524d5fa7901523a3e.
2010-09-02 18:28:49 -04:00
mh
533ec99736 remove escaping 2010-09-02 18:28:42 -04:00
mh
506be3f70f remove escaping 2010-09-02 18:28:35 -04:00
Jerome Charaoui
e45a5794e7 add ensure and alias parameters to modules_file compatiblity resource and use undef keywork for alias 2010-09-02 18:28:14 -04:00
mh
bd774cd232 quote var to be safer 2010-09-02 18:28:09 -04:00
Jerome Charaoui
d366f079d1 add esnure and alias paramaters to module_file 2010-09-02 18:28:03 -04:00
Jerome Charaoui
ca9b0fecd9 fix whitespace (remove tabs & trailing whitespace) 2010-09-02 18:27:48 -04:00
Jerome Charaoui
1379f6cba1 refactor modules_dir and modules_file to remove plural (deprecated in David Schmitt's version) and adjust module_file to new module_dir structure 2010-09-02 18:26:50 -04:00
Jerome Charaoui
109311524e document changes in module_dir usage 2010-09-02 18:17:54 -04:00
Marcel Haerry
f3dde9f52a refactoring the last part of moduledirs 2010-09-02 18:17:35 -04:00
Jerome Charaoui
fcb2b08309 concatenated_file: update define to latest from David Schmitt's common module 2010-09-02 18:17:13 -04:00
Jerome Charaoui
9f33629630 add $module_dir_path in modules_dir define for compatibility with David Schmitt's module 2010-09-02 18:15:31 -04:00
mh
9a70828ea0 set sed and grep relative 2010-09-02 18:15:24 -04:00
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