1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-19 17:10:34 +00:00

add headers to scripts

This commit is contained in:
Norbert Varzariu 2016-01-22 15:48:07 +01:00
parent 46a0a4faaf
commit b9c0e0cebc
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
#This file is managed by puppet
#
<%@commands.each do |command| -%>
ssh <%=@host-%> '<%=command-%>'

View File

@ -1,4 +1,5 @@
#!/bin/bash
# This file is managed by puppet
# written by Norbert Varzariu <loomsen@gmail.com>
# This Script is triggered by rsnapshot and dumps the specified dbs on the configured host.
#

View File

@ -1,4 +1,5 @@
#!/bin/bash
# This file is managed by puppet
# written by Norbert Varzariu <loomsen@gmail.com>
# This Script is triggered by rsnapshot and dumps the specified dbs on the configured host.
#