Skip to content
Snippets Groups Projects
Commit 026a33c4 authored by schiermi's avatar schiermi
Browse files

Experiments part 17

parent b41db9e9
No related branches found
No related tags found
No related merge requests found
[submodule "modules/pam"]
path = modules/pam
url = https://github.com/jlyheden/puppet-pam
[submodule "modules/stdlib"]
path = modules/stdlib
url = https://github.com/puppetlabs/puppetlabs-stdlib
[submodule "modules/concat"]
path = modules/concat
url = https://github.com/puppetlabs/puppetlabs-concat
Subproject commit ca98a145ca4374383dc33db7119fb0b5364e736f
Subproject commit 0c99b36148a5c2ff14f52b829a0bc79b2fabac37
Subproject commit 7a745deec698b16a0702d00798dc30dd6c685312
......@@ -29,16 +29,8 @@ class system {
ensure => installed,
}
package { 'libpam-mount':
ensure => installed,
}
file { '/etc/security/pam_mount.conf.xml':
ensure => file,
source => 'puppet:///modules/system/etc/security/pam_mount.conf.xml',
mode => 'a=r',
require => Package['libpam-mount'],
}
include pam
include pam::mkhomedir
package { 'chrony':
ensure => installed,
......
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