Skip to content

Commit

Permalink
start filebeat for mesos logs at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
elisehuard committed Apr 22, 2016
1 parent aa6ae70 commit d6ad11f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/terraboot/cluster.clj
Expand Up @@ -21,7 +21,8 @@
{:name "install-confd.service" :command "start" :content (snippet "systemd/install-confd.service")}
{:name "confd.service" :command "start" :content (snippet "systemd/confd.service") :enable true}
{:name "install-awscli.service" :command "start" :content (snippet "systemd/install-awscli.service") :enable true}
{:name "dcos-gen-resolvconf.timer" :command "stop" :mask true}]
{:name "dcos-gen-resolvconf.timer" :command "stop" :mask true}
{:name "filebeat.service" :command "start" :content (snippet "systemd/filebeat.service") :enable true}]
:update {:reboot-strategy "off"}}
:write_files [{:path "/etc/mesosphere/setup-packages/dcos-provider-aws--setup/pkginfo.json"
:content "{}\n"}
Expand Down

0 comments on commit d6ad11f

Please sign in to comment.