1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-20 01:10:35 +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 #!/bin/bash
#This file is managed by puppet
#
<%@commands.each do |command| -%> <%@commands.each do |command| -%>
ssh <%=@host-%> '<%=command-%>' ssh <%=@host-%> '<%=command-%>'

View File

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

View File

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