File: ensure.pp

package info (click to toggle)
puppet-module-jhbigler-vector 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: ruby: 511; sh: 67; makefile: 4
file content (2 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
# @summary defines a valid value for the vector systemd service 'ensure' parameter
type Vector::Ensure  = Variant[Enum['running','stopped'],Boolean]