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
35e8a619
Commit
35e8a619
authored
Jan 31, 2021
by
Hugo Hörnquist
Browse files
[Transient] remove pam auth.
parent
293af9df
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
35e8a619
...
...
@@ -9,6 +9,8 @@ class datorhandbok {
],
{ ensure => installed, }
)
ensure_packages
([
'squid3'
],
{ ensure => absent }
)
service
{ 'apache2':
ensure => running,
enable => true,
...
...
@@ -21,12 +23,6 @@ class datorhandbok {
require => Package['default-mysql-server'],
}
service
{ 'squid':
ensure => stopped,
enable => false,
require => Package['squid3'],
}
#
┌───────────────────────────────┤
Configuring
mariadb
-
server
-
10.1
├───────────────────────────────┐
#
│
│
...
...
@@ -191,19 +187,11 @@ class datorhandbok {
}
file
{ '/var/lib/mediawiki/extensions/AuthPAM.php':
ensure => file,
owner => www-data,
group => www-data,
source => "puppet:///modules/datorhandbok/AuthPAM.php",
require => Package['mediawiki'],
ensure => absent,
}
file
{ '/etc/pam.d/datorhandbok':
ensure => file,
owner => root,
group => root,
mode => '0444',
source => "puppet:///modules/datorhandbok/pam",
ensure => absent,
}
file
{ '/etc/mediawiki-extensions/extensions-enabled/RSSReader.php':
...
...
@@ -213,8 +201,6 @@ class datorhandbok {
}
file
{ '/usr/lib/squid3/basic_pam_auth':
ensure => file,
mode => '2755',
require => Package['squid3'],
ensure => absent,
}
}
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