We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befb80b commit 1d38dc7Copy full SHA for 1d38dc7
modules/metacpan_elasticsearch/manifests/instance.pp
@@ -130,5 +130,16 @@
130
datadir => $data_dir,
131
}
132
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
+
144
145
0 commit comments