Sha256: da143e7a467a84e163ba49a3fe6737f69832371f576ec0f7d3ae9a66aeb57267

Contents?: true

Size: 356 Bytes

Versions: 7

Compression:

Stored size: 356 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::fundamental

}

Version data entries

7 entries across 7 versions & 1 rubygems

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