Skip to content
Snippets Groups Projects
Commit c94a9177 authored by Benjamin Fiorini's avatar Benjamin Fiorini
Browse files

init

parent 8bfb19b9
No related branches found
No related tags found
No related merge requests found
......@@ -18,5 +18,6 @@ else
echo "hostgroup=masterless/elasticsearch/$cluster_name/datanode" > /etc/facter/facts.d/hostgroup.txt
echo "hostgroup_3=datanode" > /etc/facter/facts.d/hostgroup_3.txt
fi
# Run the show
# Run the show, twice...
puppet apply -tv --modulepath=/etc/puppet/modules/ /etc/puppet/manifests/
puppet apply -tv --modulepath=/etc/puppet/modules/ /etc/puppet/manifests/
......@@ -8,7 +8,6 @@ class master {
config => hiera_hash('master_config'),
}
Class['lemon'] -> # trick to have java and all installed...
elasticsearch::plugin{
'mobz/elasticsearch-head':
module_dir => 'head';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment