Sha256: 55f96b5d292e843dc4629f2509c19ae99606a39c3af8275d7d3ea826cf54d044

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 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::users
}
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

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