diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-13 01:12:20 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-14 13:24:32 +0200 |
commit | 9fcc3f8faac4a24fb97fff87a4a49bf362967fa2 (patch) | |
tree | 2a48678d9b86b3eeb73f60d6f3ff3774bc537231 /modules/role/manifests | |
parent | 81ec6f92f400f667c2ce9d879396bfff00ec5bb2 (diff) | |
download | Puppet-9fcc3f8faac4a24fb97fff87a4a49bf362967fa2.tar.gz Puppet-9fcc3f8faac4a24fb97fff87a4a49bf362967fa2.tar.zst Puppet-9fcc3f8faac4a24fb97fff87a4a49bf362967fa2.zip |
Add kerberos client profile
Diffstat (limited to 'modules/role/manifests')
-rw-r--r-- | modules/role/manifests/file_store.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/role/manifests/file_store.pp b/modules/role/manifests/file_store.pp index 1d3ee49..ec12d75 100644 --- a/modules/role/manifests/file_store.pp +++ b/modules/role/manifests/file_store.pp | |||
@@ -7,6 +7,7 @@ class role::file_store ( | |||
7 | include "profile::fstab" | 7 | include "profile::fstab" |
8 | include "profile::tools" | 8 | include "profile::tools" |
9 | include "profile::monitoring" | 9 | include "profile::monitoring" |
10 | include "profile::kerberos::client" | ||
10 | 11 | ||
11 | unless empty($mountpoint) { | 12 | unless empty($mountpoint) { |
12 | class { "::nfs": | 13 | class { "::nfs": |