mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
add headers to scripts
This commit is contained in:
parent
46a0a4faaf
commit
b9c0e0cebc
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
#This file is managed by puppet
|
||||
#
|
||||
<%@commands.each do |command| -%>
|
||||
ssh <%=@host-%> '<%=command-%>'
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user