author | ymh <ymh.work@gmail.com> |
Fri, 15 Jan 2016 15:35:00 +0100 | |
changeset 28 | b0b56e0f8c7f |
permissions | -rwxr-xr-x |
28 | 1 |
#!/bin/bash |
2 |
# <%= @description %> |
|
3 |
# Script generated by Puppet. It's executed when you run: |
|
4 |
# puppi info <%= @name %> |
|
5 |
# |
|
6 |
# Sources common header for Puppi scripts |
|
7 |
. <%= scope.lookupvar('puppi::params::scriptsdir') %>/header || exit 10 |
|
8 |
||
9 |
echo_title "$HOSTNAME - <%= @description %>" |
|
10 |
<% @array_run.each do |cmd| %>show_command "<%= cmd %>" |
|
11 |
<% end %> |