-
Notifications
You must be signed in to change notification settings - Fork 66
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
Pahoughton test #28
base: master
Are you sure you want to change the base?
Pahoughton test #28
Conversation
Conflicts: manifests/cli.pp manifests/module.pp
before the ini file can be created.
creates the directory that contains the ini file.
Hmm, some changes make sense, but others don't, such as changing all of the 'include' to 'class' when not passing parameters (I'm quite certain that this syntax makes it fail when then referencing the class to be included multiple times with certain versions of puppet), or having the build status of your branch displayed on mine... Could you maybe break this PR into various, sequentially, starting with what you consider the most important? |
Major rework pending, lets review the next commit and decide what we want (this weekend). include vs class - agree this is a issue, looking for the best answer still. Enjoy Today, TTFN, paul :+} On May 12, 2014, at 05:09 , Matthias Saou [email protected] wrote:
|
Conflicts: manifests/cli.pp manifests/ini.pp manifests/module.pp
add check for php::cli already defined.
Minor fix in ini.pp and cli.pp. Changed so package is installed before ini. The package creates the ini files subdirectory on Debian.
Added travic-ci basic unit testing.
Thanks for providing this module!