lib/poolparty/pool/resources/exec.rb in auser-poolparty-0.2.66 vs lib/poolparty/pool/resources/exec.rb in auser-poolparty-0.2.67

- old
+ new

@@ -11,10 +11,10 @@ # We use version in the gempackage resource # So we have to exclude it here. Alternatively, we could # exclude it in the gempackage, but this is an example # of how to exclude it as well def disallowed_options - [:ensure, :name, :source, :version, :download_url] + [:ensure, :name, :source, :version, :download_url, :template] end def key name || command end \ No newline at end of file