Skip to content

Commit

Permalink
add code that would be used if we wanted to deploy a scripts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Apr 12, 2016
1 parent befb80b commit 1d38dc7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/metacpan_elasticsearch/manifests/instance.pp
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,16 @@
datadir => $data_dir,
}

# # Deploy scripts, uncomment this when there is a
# # dir, with content ..modules/metacpan_elasticsearch/files/etc/scripts
# file { "/etc/elasticsearch/${instance_name}/scripts":
# ensure => directory,
# recurse => true,
# owner => 'elasticsearch',
# group => 'elasticsearch',
# mode => '0700',
# source => 'puppet:///modules/metacpan_elasticsearch/etc/scripts',
# }


}

0 comments on commit 1d38dc7

Please sign in to comment.