diff options
author | Andreas Jaggi <x-way@waterwave.ch> | 2012-08-14 17:13:25 +0200 |
---|---|---|
committer | Andreas Jaggi <x-way@waterwave.ch> | 2012-08-14 17:13:25 +0200 |
commit | 721ef012e29767847c3e209c22c9805b8b58ac92 (patch) | |
tree | 6e8ca59eb7edf9ab7363dd84bd6287c56500c043 | |
parent | a0661e17646fa8e1ec03f813c28d97b64c93019d (diff) | |
download | puppet-concat-721ef012e29767847c3e209c22c9805b8b58ac92.tar.gz puppet-concat-721ef012e29767847c3e209c22c9805b8b58ac92.tar.bz2 |
Remove trailing whitespace in comment
puppet-lint does not like trailing whitespaces
-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 |