puppet-lint --fix
This commit is contained in:
parent
bf3ed2e92f
commit
9ee7f6f7b8
|
@ -16,7 +16,7 @@ class sunetdrive::multinode_db(){
|
||||||
}
|
}
|
||||||
if $facts["networking"]["fqdn"] =~ /^multinode-db1\.drive\.(test\.){1}sunet\.se$/ {
|
if $facts["networking"]["fqdn"] =~ /^multinode-db1\.drive\.(test\.){1}sunet\.se$/ {
|
||||||
notify { 'hostmessage':
|
notify { 'hostmessage':
|
||||||
message => "We are on multinode-db1. Set up statistics environment.",
|
message => 'We are on multinode-db1. Set up statistics environment.',
|
||||||
}
|
}
|
||||||
$rclone_url = 'https://downloads.rclone.org/rclone-current-linux-amd64.deb'
|
$rclone_url = 'https://downloads.rclone.org/rclone-current-linux-amd64.deb'
|
||||||
$local_path = '/tmp/rclone-current-linux-amd64.deb'
|
$local_path = '/tmp/rclone-current-linux-amd64.deb'
|
||||||
|
|
Loading…
Reference in a new issue