File: titles.pp

package info (click to toggle)
ruby-puppet-resource-api 1.8.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,228 kB
  • sloc: ruby: 9,519; sh: 4; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# test_module::titles
#
# A description of what this class does
#
# @summary A short summary of the purpose of this class
#
# @example
#   include test_module::titles
class test_module::titles {
  title_provider { 'some title':
    namevar => 'some id'
  }
}