File: onoff.pp

package info (click to toggle)
puppet-module-puppetlabs-apache 12.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,664 kB
  • sloc: ruby: 275; sh: 32; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
# @summary A string that is accepted in Apache config to turn something on or off
type Apache::OnOff = Enum['On', 'on', 'Off', 'off']