Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lysator
Puppet
Datorhandbok
Commits
293af9df
Commit
293af9df
authored
Jan 31, 2021
by
Hugo Hörnquist
Browse files
...
parent
c3089706
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
293af9df
...
...
@@ -160,21 +160,17 @@ class datorhandbok {
#
/
etc
/
apache2
/
mods
-
enabled
/
php7
.3
.
{conf,load}
->
../
mods
-
available
/&
file
{ [ '/var/lib/mediawkiki/extensions/CASAuth',
'/var/lib/mediawkiki/extensions/CASAuth/CAS' ]:
ensure => directory,
}
file
{ '/var/lib/mediawiki/extensions/CASAuth/':
ensure => link,
target => '/opt/CASAuth-master',
}
archive
{ '/opt/master.tar.gz':
ensure => present,
url => 'https://github.com/CWRUChielLab/CASAuth/archive/master.tar.gz',
creates => '/opt/CASAuth-master',
extract => true,
ensure => present,
url => 'https://github.com/CWRUChielLab/CASAuth/archive/master.tar.gz',
creates => '/opt/CASAuth-master',
extract_path => '/opt',
extract => true,
}
file
{ '/var/lib/mediawiki/extensions/CASAuth/CAS/':
...
...
@@ -186,6 +182,7 @@ class datorhandbok {
ensure => present,
url => 'https://github.com/apereo/phpCAS/releases/download/1.3.8/CAS-1.3.8.tgz',
creates => '/opt/CAS-1.3.8',
extract_path => '/opt',
}
file
{ '/var/lib/mediawiki/extensions/CASAuth/CASAuthSettings.php':
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment