File: user.pp

package info (click to toggle)
puppet-module-puppetlabs-stdlib 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,448 kB
  • sloc: ruby: 3,522; sh: 46; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
# @summary Validate a port number usable by a user
type Stdlib::Port::User = Integer[1024, 49151]