diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-19 17:13:37 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-19 18:11:32 +0100 |
commit | f25ad097f24e0d39d5dd9ac2cef39760e671e08f (patch) | |
tree | b04d72ebb169e7d21285aafd807c83bd6e0d813d /modules/role | |
parent | a55a5e4aa468d550fcdf5bbeafe42dea13773e37 (diff) | |
download | Puppet-f25ad097f24e0d39d5dd9ac2cef39760e671e08f.tar.gz Puppet-f25ad097f24e0d39d5dd9ac2cef39760e671e08f.tar.zst Puppet-f25ad097f24e0d39d5dd9ac2cef39760e671e08f.zip |
Don’t mount unavailables mounts
Diffstat (limited to 'modules/role')
-rw-r--r-- | modules/role/manifests/backup.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/role/manifests/backup.pp b/modules/role/manifests/backup.pp index edfd5e0..d7ba486 100644 --- a/modules/role/manifests/backup.pp +++ b/modules/role/manifests/backup.pp | |||
@@ -8,6 +8,7 @@ class role::backup ( | |||
8 | ) { | 8 | ) { |
9 | include "base_installation" | 9 | include "base_installation" |
10 | 10 | ||
11 | include "profile::fstab" | ||
11 | include "profile::mail" | 12 | include "profile::mail" |
12 | include "profile::tools" | 13 | include "profile::tools" |
13 | include "profile::xmr_stak" | 14 | include "profile::xmr_stak" |