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
67c6fbf0
Commit
67c6fbf0
authored
Jan 31, 2021
by
Hugo Hörnquist
Browse files
Realize I read the wrong documentation.
parent
2e6ab420
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
67c6fbf0
...
...
@@ -165,18 +165,29 @@ class datorhandbok {
ensure => directory,
}
file
{ '/var/lib/mediawiki/extensions/CASAuth/':
ensure => link,
target => '/opt/CASAuth-master',
}
archive
{ 'setup mediawiki CASAuth':
ensure => present,
url => 'https://github.com/CWRUChielLab/CASAuth/archive/master.tar.gz',
target => '/var/lib/mediawiki/extensions/CASAuth/',
strip_components => 1,
ensure => present,
url => 'https://github.com/CWRUChielLab/CASAuth/archive/master.tar.gz',
path => '/opt',
creates => '/opt/CASAuth-master',
extract => true,
}
file
{ '/var/lib/mediawiki/extensions/CASAuth/CAS/':
ensure => link,
target => '/opt/CAS-1.3.8',
}
archive
{ 'setup mediawiki CASAuth dependency':
ensure
=> present,
url
=> 'https://github.com/apereo/phpCAS/releases/download/1.3.8/CAS-1.3.8.tgz',
target => '/var/lib/mediawiki/extensions/CASAuth/CAS/
',
strip_components => 1
,
ensure => present,
url => 'https://github.com/apereo/phpCAS/releases/download/1.3.8/CAS-1.3.8.tgz',
path => '/opt
',
creates => '/opt/CAS-1.3.8'
,
}
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