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
Adullact
vagrant-nextcloud
Commits
c25d1805
Commit
c25d1805
authored
Oct 03, 2019
by
Matthieu FAURE
Browse files
FEAT Testing apache/php is running with request on phpinfo
parent
296f5b2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/default.pp
View file @
c25d1805
...
...
@@ -18,13 +18,13 @@ file_line { 'phpinfo':
line
=>
'<?php phpinfo(); ?>'
,
}
# Ensure PHP is running + PHP engine is FPM
archive
{
$_phpinfo_local
:
ensure
=>
present
,
ensure
=>
'
present
'
,
source
=>
'http://localhost/phpinfo.php'
,
require
=>
Class
[
'apache'
],
}
# Ensure PHP is running + PHP engine is FPM
file_line
{
'php-fpm'
:
->
file_line
{
'php-fpm'
:
path
=>
$_phpinfo_local
,
line
=>
'<tr><td class="e">Server API </td><td class="v">FPM/FastCGI </td></tr>'
,
replace
=>
false
,
...
...
Write
Preview
Markdown
is supported
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