Sha256: a2d4a3bcf3b8bed81f3349b64175b77b940fdf86e95f7e69682b100061697432

Contents?: true

Size: 444 Bytes

Versions: 14

Compression:

Stored size: 444 Bytes

Contents

# The profile class include the classes instantiation or
# puppet/modules type resource definitions.
# It can include hiera calls for the parametter setting.
# Example:
# class profiles::category::technology {
#   $technology_parameters = hiera("technology")
#   $parameter1 = technology_parameters[parameter1]
#   ...
#   class { "technology_resource":
#     parameter1  => $parameter1
#     ...
#   }
# }

class profiles::test::profile_0 {

}

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
bebox-0.1.5 spec/fixtures/puppet/steps/step-2/modules/profiles/manifests/test/profile_0.pp.test
bebox-0.1.5 spec/fixtures/puppet/profiles/test/profile_0/manifests/init.pp.test
bebox-0.1.4 spec/fixtures/puppet/steps/step-2/modules/profiles/manifests/test/profile_0.pp.test
bebox-0.1.4 spec/fixtures/puppet/profiles/test/profile_0/manifests/init.pp.test
bebox-0.1.3 spec/fixtures/puppet/profiles/test/profile_0/manifests/init.pp.test
bebox-0.1.3 spec/fixtures/puppet/steps/step-2/modules/profiles/manifests/test/profile_0.pp.test
bebox-0.1.2 spec/fixtures/puppet/steps/step-2/modules/profiles/manifests/test/profile_0.pp.test
bebox-0.1.2 spec/fixtures/puppet/profiles/test/profile_0/manifests/init.pp.test
bebox-0.1.1 spec/fixtures/puppet/steps/step-2/modules/profiles/manifests/test/profile_0.pp.test
bebox-0.1.1 spec/fixtures/puppet/profiles/test/profile_0/manifests/init.pp.test
bebox-0.1.0 spec/fixtures/puppet/steps/step-2/modules/profiles/manifests/test/profile_0.pp.test
bebox-0.1.0 spec/fixtures/puppet/profiles/test/profile_0/manifests/init.pp.test
bebox-0.0.1 spec/fixtures/puppet/profiles/test/profile_0/manifests/init.pp.test
bebox-0.0.1 spec/fixtures/puppet/steps/step-2/modules/profiles/manifests/test/profile_0.pp.test