Skip to content

Commit 1d38dc7

Browse files
committed
add code that would be used if we wanted to deploy a scripts dir
1 parent befb80b commit 1d38dc7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/metacpan_elasticsearch/manifests/instance.pp

+11
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,16 @@
130130
datadir => $data_dir,
131131
}
132132

133+
# # Deploy scripts, uncomment this when there is a
134+
# # dir, with content ..modules/metacpan_elasticsearch/files/etc/scripts
135+
# file { "/etc/elasticsearch/${instance_name}/scripts":
136+
# ensure => directory,
137+
# recurse => true,
138+
# owner => 'elasticsearch',
139+
# group => 'elasticsearch',
140+
# mode => '0700',
141+
# source => 'puppet:///modules/metacpan_elasticsearch/etc/scripts',
142+
# }
143+
133144

134145
}

0 commit comments

Comments
 (0)