Ian Smith
Ian Smith
Attempting to push a new version of the `certificate` cookbook so it will support `chef-vault` version `2.0.0` I am also doing some linting/cleanup and improving the tests available to verify...
``` 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...
### Cookbook version `2.0.5`/latest ### Chef-client version `>= 14` ### Platform Details Any supported ### Scenario: Trying to cut down on deprecation warnings (`build-essentials` cookbook) or manage Yum EPEL via...