Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahogony
php
Commits
74556eea
Commit
74556eea
authored
Jun 26, 2016
by
mh
Browse files
ensure that the directory is setup before we make the setting
parent
25065f0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/apc/settings.pp
View file @
74556eea
# an abstracted way of setting the same options for all
define
php::apc::settings
(){
includ
e
::php::apc::base
requir
e
::
php::apc::base
augeas
{
"apc_settings_
${name}
"
:
context
=>
"/files
${name}
/.anon"
,
changes
=>
[
...
...
@@ -11,5 +11,6 @@ define php::apc::settings(){
# partially because of http://lists.horde.org/archives/horde/Week-of-Mon-20140414/051263.html
'set apc.enable_cli 1'
,
],
require
=>
File
[
$php::apc::base::dir
],
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment