diff options
author | mail_redacted_for_web | 2021-05-19 10:04:27 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-19 10:04:27 +0100 |
commit | d5ae85cc4891aa3ba34287eb56b13991465d5b99 (patch) | |
tree | e9fde7b50077452c835c2708ba99ea6c2f7bced4 /site-modules | |
parent | e781ffc0015422365674411a1309a2e05d5f460d (diff) | |
download | control-repo-template-d5ae85cc4891aa3ba34287eb56b13991465d5b99.tar.bz2 |
Indentation fix
Co-authored-by: Reid Vandewiele <reid@puppet.com>
Diffstat (limited to 'site-modules')
-rw-r--r-- | site-modules/adhoc/plans/myplan.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site-modules/adhoc/plans/myplan.pp b/site-modules/adhoc/plans/myplan.pp index 6a52372..e60e742 100644 --- a/site-modules/adhoc/plans/myplan.pp +++ b/site-modules/adhoc/plans/myplan.pp @@ -4,6 +4,6 @@ plan adhoc::myplan( TargetSpec $targets, ) { -# plan steps go here + # plan steps go here } |