Sha256: fe3151f29b8254245a32b2cc0e222dfbd373d4f0e7a33cb319d957e04ef87b10

Contents?: true

Size: 412 Bytes

Versions: 7

Compression:

Stored size: 412 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_0 {

}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bebox-0.1.5 spec/fixtures/puppet/roles/manifests/init.pp.test
bebox-0.1.4 spec/fixtures/puppet/roles/manifests/init.pp.test
bebox-0.1.3 spec/fixtures/puppet/roles/manifests/init.pp.test
bebox-0.1.2 spec/fixtures/puppet/roles/manifests/init.pp.test
bebox-0.1.1 spec/fixtures/puppet/roles/manifests/init.pp.test
bebox-0.1.0 spec/fixtures/puppet/roles/manifests/init.pp.test
bebox-0.0.1 spec/fixtures/puppet/roles/manifests/init.pp.test