Revision fdd9ac5b daemons/ensure-dirs.in

b/daemons/ensure-dirs.in
80 80
  _ensure_dir ${DATADIR}/queue 0700 "$(_fileset_owner masterd)"
81 81
  _ensure_dir ${DATADIR}/queue/archive 0700 "$(_fileset_owner masterd)"
82 82
  _ensure_dir ${DATADIR}/uidpool 0750 "$(_fileset_owner noded)"
83
  _ensure_dir ${DATADIR}/rapi 0750 "$(_fileset_owner rapi)"
83 84

  
84 85
  # We ignore these files if they don't exists (incomplete setup)
85 86
  _ensure_file ${DATADIR}/cluster-domain-secret 0640 \
......
88 89
  _ensure_file ${DATADIR}/hmac.key 0440 "$(_fileset_owner confd)" || :
89 90
  _ensure_file ${DATADIR}/known_hosts 0644 "$(_fileset_owner masterd)" || :
90 91
  _ensure_file ${DATADIR}/rapi.pem 0440 "$(_fileset_owner rapi)" || :
91
  _ensure_file ${DATADIR}/rapi_users 0640 "$(_fileset_owner rapi)" || :
92
  _ensure_file ${DATADIR}/rapi/users 0640 "$(_fileset_owner rapi)" || :
92 93
  _ensure_file ${DATADIR}/server.pem 0440 "$(_fileset_owner masterd)" || :
93 94
  _ensure_file ${DATADIR}/queue/serial 0600 "$(_fileset_owner masterd)" || :
94 95

  

Also available in: Unified diff