Sha256: 5ddfa1aad45c8bb78c5474131541e40aff9cfdf0df0429f24644c0461e2052a1

Contents?: true

Size: 420 Bytes

Versions: 7

Compression:

Stored size: 420 Bytes

Contents

# The role class can include many profiles
# Example:
# class roles::example_role {
#   include profiles::category::example_profile_1
#   include profiles::category::example_profile_2
#   ...
#   include profiles::category::example_profile_N
# }
# The profiles can be added/removed to the role manually or through the
# 'bebox role add_profile' and 'bebox role remove_profile' commands.

class roles::<%=role.name%> {

}

Version data entries

7 entries across 7 versions & 1 rubygems

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