juniorsysadmin / puppet-kong

Installs and configures Kong
Apache License 2.0
1 stars 9 forks source link

Fix for install on every puppet run and install from package manager #7

Closed davideagle closed 8 years ago

davideagle commented 8 years ago

There was a bug resulting in the module trying to install kong on every puppet run and it caused that if $kong::manage_package_fetch was not set to true the package would not be installed from the package manager which I suspect should be the expected behaviour.