Merge pull request #7 from salt-formulas/ignore-class-missing
add reclass option: ingore class not found
diff --git a/bootstrap.sh b/bootstrap.sh
index 9568a5a..9d0dcd1 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -238,6 +238,7 @@
reclass: &reclass
storage_type: yaml_fs
inventory_base_uri: ${RECLASS_ROOT}
+ ignore_class_notfound: ${RECLASS_IGNORE_CLASS_NOTFOUND:-False}
ext_pillar:
- reclass: *reclass
master_tops:
@@ -252,6 +253,7 @@
pretty_print: True
output: yaml
inventory_base_uri: ${RECLASS_ROOT}
+ ignore_class_notfound: ${RECLASS_IGNORE_CLASS_NOTFOUND:-False}
EOF
clone_reclass