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
c3089706
Commit
c3089706
authored
Jan 31, 2021
by
Hugo Hörnquist
Browse files
Change archive rules.
parent
67c6fbf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
c3089706
...
...
@@ -170,10 +170,9 @@ class datorhandbok {
target => '/opt/CASAuth-master',
}
archive
{ '
setup mediawiki CASAuth
':
archive
{ '
/opt/master.tar.gz
':
ensure => present,
url => 'https://github.com/CWRUChielLab/CASAuth/archive/master.tar.gz',
path => '/opt',
creates => '/opt/CASAuth-master',
extract => true,
}
...
...
@@ -183,10 +182,9 @@ class datorhandbok {
target => '/opt/CAS-1.3.8',
}
archive
{ '
setup mediawiki CASAuth dependency
':
archive
{ '
/opt/CAS-1.3.8.tgz
':
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',
}
...
...
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