File: example.org.yml

package info (click to toggle)
reclass 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: python: 5,287; makefile: 181; sh: 4
file content (12 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
classes:
  - sudo # all nodes in the example.org domain provide sudo
applications:
  - motd # all nodes in the example.org domain are expected to provide /etc/motd
parameters:
  motd:
    legalese: This system is for authorized users only. All traffic on this
      device is monitored and will be used as evidence if necessary. Use your
      brain.
    support: "Please write a message to <${local_admin:email}> in case of problems."
    location: "Rack ${location:rack}, ${location:address}"
    tagline: "My hostname's RGB colour code is ${rgb_colour_code}."