summaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorJack Peterson <jack.peterson@gmail.com>2015-03-09 21:18:21 -0700
committerJack Peterson <jack.peterson@gmail.com>2015-03-09 21:35:40 -0700
commit981ff7ed49a5a5a7809216a14e2a4bacb222bce3 (patch)
tree55011af593df55662266b9c09e0f25009fce5553 /manifests/params.pp
parentae24ecc28844404ff3b29ff80230a1564485b2b8 (diff)
downloadpuppet-gluster-981ff7ed49a5a5a7809216a14e2a4bacb222bce3.tar.gz
puppet-gluster-981ff7ed49a5a5a7809216a14e2a4bacb222bce3.tar.xz
puppet-gluster-981ff7ed49a5a5a7809216a14e2a4bacb222bce3.zip
Add nofail and nobootwait for respective OSes
The purpose of this PR is to allow failed fstab entries to not cause an OS to hang on boot. This is particularly problematic on cloud providers like AWS where there is not a quick way to manage an instance and select a skip option prior to SSH access becoming available.
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index d53c599..5f16f86 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -79,6 +79,9 @@ class gluster::params(
# the operatingsystemrelease string used in the repository URL.
$misc_repo_operatingsystemrelease = "${operatingsystemrelease}",
+ # A failed or missing /etc/fstab entry should not cause the system to hang.
+ $misc_mount_nofail = 'nofail',
+
# comment...
$comment = ''