| author | ymh <ymh.work@gmail.com> |
| Sat, 07 May 2016 15:15:01 +0200 | |
| changeset 159 | dd4ee1d4122c |
| parent 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 %> |