Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server_apache.rb references .conf unnecessarily for adding munin site #40

Open
GitBytes opened this issue Aug 28, 2014 · 1 comment
Open

Comments

@GitBytes
Copy link

Current Code (Line 39):
apache_site 'munin.conf'

chef-client log:
[2014-08-28T13:44:23-04:00] INFO: Processing execute[a2ensite munin.conf.conf] action run (munin::server_apache line 25)

should be..

Proposed Code (Line 39):
apache_site 'munin'

chef-client log:
Recipe: munin::server_apache
  * execute[a2dissite 000-default.conf] action run (skipped due to only_if)
  * template[/etc/httpd/sites-available/munin.conf] action create (up to date)
  * execute[a2ensite munin.conf] action run
    - execute /usr/sbin/a2ensite munin.conf
  • Otherwise, the site tries to add "munin.conf.conf" via the apache2 a2ensite utility
@GitBytes
Copy link
Author

Please reevaluate this issue, thanks. Still a problem..

@GitBytes GitBytes reopened this Oct 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant