Advertisement
czhujer

sugar puppet

Oct 20th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.59 KB | None | 0 0
  1. [root@sugarCrm puppet-sugarcrm-stack]# puppet apply sugarcrm-init-....pp
  2. Warning: The use of 'import' is deprecated at /root/puppet/puppet-sugarcrm-stack/sugarcrm-init-....pp:11. See http://links.puppetlabs.com/puppet-import-deprecation
  3.    (at /usr/lib/ruby/site_ruby/1.8/puppet/parser/parser_support.rb:110:in `import')
  4. Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
  5. Notice: Scope(Class[Zabbixagent]): Tested on this version (6.5) of operating system... OK
  6. Notice: Compiled catalog for sugarcrm in environment production in 1.97 seconds
  7. Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false.
  8.    (at /usr/lib/ruby/site_ruby/1.8/puppet/type/package.rb:430:in `default')
  9. Notice: /Stage[main]/Main/File[sugarcrm config file2]/owner: owner changed 'root' to 'apache'
  10. Notice: /Stage[main]/Main/File[sugarcrm config file2]/group: group changed 'root' to 'apache'
  11. Notice: /File[sugarcrm config file2]/seluser: seluser changed 'unconfined_u' to 'system_u'
  12. Notice: /Stage[main]/Main/File[sugarcrm config file]/owner: owner changed 'root' to 'apache'
  13. Notice: /Stage[main]/Main/File[sugarcrm config file]/group: group changed 'root' to 'apache'
  14. Notice: /File[sugarcrm config file]/seluser: seluser changed 'unconfined_u' to 'system_u'
  15. Notice: /Stage[main]/Main/File[/var/www/html/sugarcrm/upload]/owner: owner changed 'root' to 'apache'
  16. Notice: /Stage[main]/Main/File[/var/www/html/sugarcrm/upload]/group: group changed 'root' to 'apache'
  17. Notice: /File[/var/www/html/sugarcrm/upload]/seluser: seluser changed 'unconfined_u' to 'system_u'
  18. Notice: /Stage[main]/Main/File[/var/www/html/sugarcrm/custom]/owner: owner changed 'root' to 'apache'
  19. Notice: /Stage[main]/Main/File[/var/www/html/sugarcrm/custom]/group: group changed 'root' to 'apache'
  20. Notice: /File[/var/www/html/sugarcrm/custom]/seluser: seluser changed 'unconfined_u' to 'system_u'
  21. Notice: /Stage[main]/Main/File[sugarcrm install test file]/ensure: created
  22. Notice: /Stage[main]/Main/File[sugarcrm htacces file]/owner: owner changed 'root' to 'apache'
  23. Notice: /Stage[main]/Main/File[sugarcrm htacces file]/group: group changed 'root' to 'apache'
  24. Notice: /File[sugarcrm htacces file]/seluser: seluser changed 'unconfined_u' to 'system_u'
  25. Notice: /Stage[main]/Main/File[/var/www/html/sugarcrm/cache]/group: group changed 'root' to 'apache'
  26. Notice: /Stage[main]/Main/File[/var/www/html/sugarcrm/modules]/group: group changed 'root' to 'apache'
  27. Notice: Finished catalog run in 7.46 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement