Sha256: 80720773601a0b3d86a4025568d4be867b325bc4e631545eff7b5f9c2a6f28a7

Contents?: true

Size: 549 Bytes

Versions: 7

Compression:

Stored size: 549 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::fundamental {
  include profiles::base::fundamental::ruby
  include profiles::base::fundamental::sudo
  include profiles::base::fundamental::users
}

Version data entries

7 entries across 7 versions & 1 rubygems

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