diff options
author | R.I.Pienaar <rip@devco.net> | 2012-08-14 08:27:52 -0700 |
---|---|---|
committer | R.I.Pienaar <rip@devco.net> | 2012-08-14 08:27:52 -0700 |
commit | e7a8c16cdb1ebb6e2928bd53a061e4eacbfb5204 (patch) | |
tree | 6e8ca59eb7edf9ab7363dd84bd6287c56500c043 | |
parent | a0661e17646fa8e1ec03f813c28d97b64c93019d (diff) | |
parent | 721ef012e29767847c3e209c22c9805b8b58ac92 (diff) | |
download | puppet-concat-e7a8c16cdb1ebb6e2928bd53a061e4eacbfb5204.tar.gz puppet-concat-e7a8c16cdb1ebb6e2928bd53a061e4eacbfb5204.tar.bz2 |
Merge pull request #28 from x-way/master
Remove trailing whitespace to make puppet-lint happy
-rw-r--r-- | manifests/fragment.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/fragment.pp b/manifests/fragment.pp index 943bf67..908d565 100644 --- a/manifests/fragment.pp +++ b/manifests/fragment.pp @@ -1,5 +1,5 @@ # Puts a file fragment into a directory previous setup using concat -# +# # OPTIONS: # - target The file that these fragments belong to # - content If present puts the content into the file |