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