Project

General

Profile

Download (500 Bytes) Statistics
| Branch: | Tag: | Revision:
<%#
kind: snippet
name: chef_client
model: ProvisioningTemplate
snippet: true
description: |
This is a single entry point for chef-client bootstrapping, it selects
a bootstrapping strategy based on host parameter named "chef_bootstrap_template"
note that it can be set per host group, os, domain etc.
if there's no strategy set, omnibus is used by default
-%>
echo "Bootstraping chef"
<%= snippet_if_exists(host_param('chef_bootstrap_template') || 'chef-client omnibus bootstrap') %>
(8-8/55)