Skip to content

Commit

Permalink
comment lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Feb 22, 2018
1 parent da60515 commit 99ee200
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/puppet/parser/functions/bool2boolstr.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# with minor changes
#
#
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/parser/functions/bool2number.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# with minor changes
#
#
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/parser/functions/bool2onoff.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# with minor changes
#
#
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/parser/functions/bool2yesno.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# with minor changes
#
#
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/parser/functions/bool2yn.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# with minor changes
#
#
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/parser/functions/yesno2bool.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# shamesly stolen from: https://github.com/puppetlabs/puppetlabs-apache/blob/master/lib/puppet/parser/functions/bool2httpd.rb
# with minor changes
#
#
Expand Down

0 comments on commit 99ee200

Please sign in to comment.