Sha256: 9732fca5047240c7292c9518c2e5a40dedf186173c390f5337632e7bc657d206

Contents?: true

Size: 353 Bytes

Versions: 7

Compression:

Stored size: 353 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::security

}

Version data entries

7 entries across 7 versions & 1 rubygems

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