puppet-lint cleanup

This commit is contained in:
James Fryman 2012-11-09 11:08:24 -06:00
parent 747dcc6fc7
commit 88acc52393
12 changed files with 11 additions and 15 deletions

View file

@ -22,4 +22,3 @@
* Build a new package with puppet-module or the rake build task if it exists
* Publish the new package to the forge
* Bonus points for an announcement to puppet-users.

View file

@ -8,4 +8,3 @@ class Class
self.class_eval { private(*saved_private_instance_methods) }
end
end

View file

@ -41,4 +41,3 @@ describe Puppet::Parser::Functions.function(:validate_hash) do
end
end

View file

@ -58,4 +58,3 @@ describe Puppet::Parser::Functions.function(:validate_string) do
end
end
end