Advertisement
Guest User

Untitled

a guest
May 30th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. @@ -1,2 +1,14 @@
  2. +## THIS FILE IS MANAGED BY CHEF
  3. +## RS-DCS-BASE/ORACLE/FILES
  4. +# This file controls the state of SELinux on the system.
  5. +# SELINUX= can take one of these three values:
  6. +# enforcing - SELinux security policy is enforced.
  7. +# permissive - SELinux prints warnings instead of enforcing.
  8. +# disabled - SELinux is fully disabled.
  9. SELINUX=disabled
  10.  
  11. +# targeted - Only targeted network daemons are protected.
  12. +# strict - Full SELinux protection.
  13. +SELINUXTYPE=targeted
  14. +
  15. * service[iptables] action stop (up to date)
  16. * service[iptables] action disable (up to date)
  17. Recipe: RS-DCS-Ohai-Plugins::default
  18. * ohai[reload] action reload[2015-04-21T20:57:57+00:00] WARN: Plugin Definition Error: </etc/chef/ohai_plugins/packages.rb>: collect_data already defined on platform linux
  19. [2015-04-21T20:57:57+00:00] WARN: Plugin Definition Error: </etc/chef/ohai_plugins/databases-mysql.rb>: collect_data already defined on platform linux
  20. [2015-04-21T20:57:57+00:00] WARN: Plugin Definition Error: </etc/chef/ohai_plugins/packages.rb>: collect_data already defined on platform linux
  21.  
  22. - re-run ohai and merge results into node attributes
  23. Recipe: RS-DCS-Base::default
  24. >>>>>> ------Exception-------
  25. >>>>>> Class: Kitchen::ActionFailed
  26. >>>>>> Message: Failed to complete #converge action: [closed stream]
  27. >>>>>> ----------------------
  28. >>>>>> Please see .kitchen/logs/kitchen.log for more details
  29. >>>>>> Also try running `kitchen diagnose --all` for configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement