Skip to content
Snippets Groups Projects
Commit 9839bbc6 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

install the secure-afs-request-web package

parent e28846c8
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,19 @@ class secure_afs_request (
String $vhost = 'secure-afs-request.example.com',
) {
# Install the
file { "/etc/apache2/sites-enabled/secure-afs-request.conf":
ensure => $ensure,
content => template('secure_afs_request/etc/apache2/sites-available/secure-afs-request.conf.erb'),
owner => 'root',
group => 'root',
mode => '0755',
}
# Install the software.
package { 'secure-afs-request-web':
ensure => $ensure,
}
# Install the
file { "/etc/apache2/sites-enabled/secure-afs-request.conf":
ensure => $ensure,
content => template('secure_afs_request/etc/apache2/sites-available/secure-afs-request.conf.erb'),
owner => 'root',
group => 'root',
mode => '0755',
}
# Install the key-pair
su_apache::cert::incommon { $vhost:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment