Sha256: 9f7eb65159ab35f20e6e56cbdcca6b4c308577a593d3a2169683faa566837752

Contents?: true

Size: 389 Bytes

Versions: 7

Compression:

Stored size: 389 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.

<% nodes.each do |node| %>
node <%= node.hostname %> {
  include roles::security
}
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bebox-0.1.5 lib/templates/puppet/step-3/manifests/site.pp.erb
bebox-0.1.4 lib/templates/puppet/step-3/manifests/site.pp.erb
bebox-0.1.3 lib/templates/puppet/step-3/manifests/site.pp.erb
bebox-0.1.2 lib/templates/puppet/step-3/manifests/site.pp.erb
bebox-0.1.1 lib/templates/puppet/step-3/manifests/site.pp.erb
bebox-0.1.0 lib/templates/puppet/step-3/manifests/site.pp.erb
bebox-0.0.1 lib/templates/puppet/step-3/manifests/site.pp.erb