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
Commits
37f7167e
Commit
37f7167e
authored
9 months ago
by
Saga Norén Karlsson
Browse files
Options
Downloads
Plain Diff
Merge branch 'update_init' into 'devel'
Uncommented more in init See merge request
!49
parents
d1a69f01
61f54d5f
No related branches found
Branches containing commit
No related tags found
3 merge requests
!67
Test
,
!66
Devel
,
!49
Uncommented more in init
Pipeline
#131302
passed
9 months ago
Stage: puppet
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/init.pp
+5
-5
5 additions, 5 deletions
manifests/init.pp
with
5 additions
and
5 deletions
manifests/init.pp
+
5
−
5
View file @
37f7167e
...
...
@@ -100,11 +100,11 @@ class aim_control (
ensure
=>
installed
;
}
#
file { '/etc/httpd/modules/libphp7.so':
#
ensure => link,
#
target => '/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so',
#
before => Service['httpd'],
#
}
file
{
'/etc/httpd/modules/libphp7.so'
:
ensure
=>
link
,
target
=>
'/opt/remi/php74/root/usr/lib64/httpd/modules/libphp7.so'
,
before
=>
Service
[
'httpd'
],
}
include
profiles::letsencrypt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment