Sha256: 2be1e19b4627c6e8a6228b0e1e0c12794ec1169032fe2431a6111dd8a1f08edb
Contents?: true
Size: 571 Bytes
Versions: 11
Compression:
Stored size: 571 Bytes
Contents
# Class: test # # This class exists to serve as fixture data for testing the puppet strings face # # @example # class { "test": } # # @param package_name The name of the package # @param service_name The name of the service class test ( $package_name = $test::params::package_name, $service_name = $test::params::service_name, ) inherits test::params { # validate parameters here class { 'test::install': } -> class { 'test::config': } ~> class { 'test::service': } -> Class['test'] File { owner => 'user', path => 'some/file/path', } }
Version data entries
11 entries across 11 versions & 1 rubygems