From 9a21ea77e55cc7b722c5ae15ba8ae34f89f33e08 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 27 Feb 2013 23:11:44 +0100 Subject: linting traling whitespaces --- manifests/lens.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/lens.pp b/manifests/lens.pp index 81ec6fd..7c55b7a 100644 --- a/manifests/lens.pp +++ b/manifests/lens.pp @@ -1,18 +1,18 @@ # == Definition: augeas::lens -# +# # Deploy an Augeas lens (and its test file). # Check the lens (and run the unit tests) automatically and remove the files if # the checks fail. -# +# # Parameters: # - *ensure*: present/absent # - *lens_source*: the source for the lens # - *test_source*: optionally, the source for the test file. # - *stock_since*: optionally, indicate in which version of Augeas # the lens became stock, so it will not be deployed above that version. -# +# # Example usage: -# +# # augeas::lens { 'networkmanager': # lens_source => 'puppet:///modules/networkmanager/lenses/networkmanager.aug', # test_source => 'puppet:///modules/networkmanager/lenses/test_networkmanager.aug', -- cgit v1.2.3