Skip to content
Snippets Groups Projects
Commit af3646d7 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

Remove some apostrophes from comments to work around puppet-mode bug.

The Emacs puppet-mode misinterprets apostrophes in comments and think
they are string quotes.  This breaks end-of-defun (C-M-e).  By not
having unmatched apostrophes in comments in class and define bodies,
we work around that.

This also fixes a genuine misspelling ("it's" instead of "its").

This was originally commit 028ff3e2716c in nsc-puppet-utils.
parent 57f026d5
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ define xen_domu( ...@@ -157,7 +157,7 @@ define xen_domu(
} }
} }
"installed": { "installed": {
# "Installed" means that we don't care if it is running or not # "Installed" means that we do not care if it is running or not
} }
"stopped": { "stopped": {
xen_domu__::stopped { xen_domu__::stopped {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment