Sha256: 0ba41c7701f67f324eeead5ad599fe8ccb21b3091303157110f0278f4fbb73f4

Contents?: true

Size: 350 Bytes

Versions: 7

Compression:

Stored size: 350 Bytes

Contents

# This file associates nodes with roles
# Example:
# node node0.server1.test {
#   include roles::role_1
# }
# The roles and profiles pattern recommends to associate one node with
# one and only one role.
# The role can be set to the node manually or through the
# 'bebox node set_role' command.

node node0.server1.test {

  include roles::users

}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bebox-0.1.5 spec/fixtures/puppet/steps/step-1/manifests/site_with_node.pp.test
bebox-0.1.4 spec/fixtures/puppet/steps/step-1/manifests/site_with_node.pp.test
bebox-0.1.3 spec/fixtures/puppet/steps/step-1/manifests/site_with_node.pp.test
bebox-0.1.2 spec/fixtures/puppet/steps/step-1/manifests/site_with_node.pp.test
bebox-0.1.1 spec/fixtures/puppet/steps/step-1/manifests/site_with_node.pp.test
bebox-0.1.0 spec/fixtures/puppet/steps/step-1/manifests/site_with_node.pp.test
bebox-0.0.1 spec/fixtures/puppet/steps/step-1/manifests/site_with_node.pp.test