mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2025-10-13 10:39:29 +00:00
add headers to scripts
This commit is contained in:
@@ -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-%>'
|
||||||
|
|
||||||
|
@@ -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.
|
||||||
#
|
#
|
||||||
|
@@ -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.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user