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

Remove File reference to nginx default.conf #6

Merged
merged 1 commit into from
May 1, 2014

Conversation

m3brown
Copy link
Contributor

@m3brown m3brown commented Apr 30, 2014

puppet-nginx's installation process left default.conf in the configuration directory, which caused issues with the other configuration files generated by puppet-nginx. As a result, our internal puppet manifests made sure the default.conf was removed after installing nginx.

voxpupuli/puppet-nginx#285 added the identical functionality to the puppet-nginx module, which caused a puppet error due to duplicate File object definitions. Since the puppet-nginx object performs the same action, we can safely remove the default.conf File objects from the internal puppet manifests.

Thanks for @DarthDippy for finding this

@Ooblioob
Copy link
Owner

Ooblioob commented May 1, 2014

Looks good to me, LET THERE BE MERGE!

Ooblioob added a commit that referenced this pull request May 1, 2014
Remove File reference to nginx default.conf
@Ooblioob Ooblioob merged commit 28cf155 into Ooblioob:master May 1, 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

Successfully merging this pull request may close these issues.

2 participants