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
!23
Remi test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Remi test
nilpa76/aim_control:remi_test
into
test
Overview
0
Commits
2
Pipelines
1
Changes
2
Closed
Nils Olof Paulsson
requested to merge
nilpa76/aim_control:remi_test
into
test
4 years ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
test
test (base)
and
latest version
latest version
4a59356f
2 commits,
4 years ago
2 files
+
25
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
manifests/init.pp
+
7
−
6
Options
@@ -60,27 +60,28 @@ class aim_control(
include
::aim_control::firewall
include
::apache
include
::
liurepo::centos_sclo_rh
include
::
aim_control::remirepo
class
{
'::apache::mod::php'
:
package_name
=>
'
rh-php56-
php'
,
package_name
=>
'php
74
'
,
}
include
::apache::mod::rewrite
package
{
'
rh-
php
56
-php-pdo'
:
'php
74
-php-pdo'
:
ensure
=>
installed
;
'
rh-
php
56
-php-mbstring'
:
'php
74
-php-mbstring'
:
ensure
=>
installed
;
'
rh-
php
56
-php-mysqlnd'
:
'php
74
-php-mysqlnd'
:
ensure
=>
installed
;
'
rh-
php
56
-php-common'
:
'php
74
-php-common'
:
ensure
=>
installed
;
}
file
{
'/etc/httpd/modules/libphp5.so'
:
ensure
=>
link
,
target
=>
'/opt/rh/httpd24/root/usr/lib64/httpd/modules/librh-php56-php5.so'
,
## target => '/opt/rh/httpd24/root/usr/lib64/httpd/modules/librh-php56-php5.so',
before
=>
Service
[
'httpd'
],
}
Loading