Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aim_control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
liu-puppet-modules
aim_control
Merge requests
!44
Uncommented apache and php configs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Uncommented apache and php configs
update_init
into
devel
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Saga Norén Karlsson
requested to merge
update_init
into
devel
6 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
ef08f945
1 commit,
6 months ago
1 file
+
19
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
manifests/init.pp
+
19
−
19
Options
@@ -71,27 +71,27 @@ class aim_control (
}
include
aim_control::firewall
#
include apache
include
apache
include
liurepo::remi
#
class { 'apache::mod::php':
#
package_name => 'php74',
#
php_version => '7',
#
}
#
include apache::mod::rewrite
#
package {
#
'php74-php-pdo':
#
ensure => installed;
#
'php74-php-mbstring':
#
ensure => installed;
#
'php74-php-mysqlnd':
#
ensure => installed;
#
'php74-php-common':
#
ensure => installed;
#
'php74-php':
#
ensure => installed;
#
}
class
{
'apache::mod::php'
:
package_name
=>
'php74'
,
php_version
=>
'7'
,
}
include
apache::mod::rewrite
package
{
'php74-php-pdo'
:
ensure
=>
installed
;
'php74-php-mbstring'
:
ensure
=>
installed
;
'php74-php-mysqlnd'
:
ensure
=>
installed
;
'php74-php-common'
:
ensure
=>
installed
;
'php74-php'
:
ensure
=>
installed
;
}
# file { '/etc/httpd/modules/libphp7.so':
# ensure => link,
Loading