Sha256: e3506801dfc4c5a3deea4e0470467b42c9d791854156481e0f70a143d4074d92

Contents?: true

Size: 456 Bytes

Versions: 7

Compression:

Stored size: 456 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::<%=profile.namespace_name%> {

}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bebox-0.1.5 lib/templates/puppet/profiles/manifests/init.pp.erb
bebox-0.1.4 lib/templates/puppet/profiles/manifests/init.pp.erb
bebox-0.1.3 lib/templates/puppet/profiles/manifests/init.pp.erb
bebox-0.1.2 lib/templates/puppet/profiles/manifests/init.pp.erb
bebox-0.1.1 lib/templates/puppet/profiles/manifests/init.pp.erb
bebox-0.1.0 lib/templates/puppet/profiles/manifests/init.pp.erb
bebox-0.0.1 lib/templates/puppet/profiles/manifests/init.pp.erb