divingbell/divingbell/templates/bin
Phil Sphicas 1858d0ef37 perm: Optionally ignore missing files
The default behavior of divingbell-perm is to fail when trying to assign
permissions to non-existent files.

This change adds an option to values.yaml to skip any missing files and
proceed with the rest of the assignments.

    conf:
      perm:
        ignore_missing: true   # default is false

This may be useful in cases where files will never exist on a node, or
cases where the file does not exist yet, but will exist later. Note that
with this option enabled, a run in which files are skipped is considered
successful, so the rerun_policy and rerun_interval will determine if and
when another attempt will be made.

Change-Id: I15505d6292dda66942c66eea5a4d0666bd6bdfa7
2021-09-07 20:32:12 +00:00
..
_apparmor.sh.tpl Use common logger for consistent log output 2019-04-11 13:23:05 -07:00
_apt.sh.tpl apt: Remove /var/lib/apt/lists before update 2021-03-14 06:46:08 +00:00
_ethtool.sh.tpl Use common logger for consistent log output 2019-04-11 13:23:05 -07:00
_exec.sh.tpl Use common logger for consistent log output 2019-04-11 13:23:05 -07:00
_limits.sh.tpl Use common logger for consistent log output 2019-04-11 13:23:05 -07:00
_mounts.sh.tpl Use common logger for consistent log output 2019-04-11 13:23:05 -07:00
_perm.sh.tpl perm: Optionally ignore missing files 2021-09-07 20:32:12 +00:00
_shcommon.tpl [ad-hoc] Fix test case exit conditions 2020-03-12 15:25:30 +00:00
_sysctl.sh.tpl Use common logger for consistent log output 2019-04-11 13:23:05 -07:00
_uamlite.sh.tpl Update uamlite.sh to handle empty user_sshkeys arrays 2019-06-25 15:16:31 -05:00