Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. allow_downgrade TrueClass, FalseClass # Yum, RPM packages only
  2. arch String, Array # Yum packages only
  3. default_release String # Apt packages only
  4. flush_cache Array
  5. gem_binary String
  6. homebrew_user String, Integer # Homebrew packages only
  7. notifies # see description
  8. options String
  9. package_name String, Array # defaults to 'name' if not specified
  10. provider Chef::Provider::Package
  11. response_file String # Apt packages only
  12. response_file_variables Hash # Apt packages only
  13. source String
  14. subscribes # see description
  15. timeout String, Integer
  16. version String, Array
  17. action Symbol # defaults to :install if not specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement