mh
a81984c77e
Merge remote branch 'lavamind/master'
2010-11-30 01:26:19 +01:00
mh
f8d9e9fd83
enable possibility to set a concatenated file to absent
2010-11-07 13:37:30 -05:00
Jerome Charaoui
a0818f9b36
Use default 'puppet' filebucket instead of arbitrary 'server' for config_file backup
2010-09-21 16:28:57 -04:00
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
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
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
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