Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace committed Aug 5, 2013
1 parent 032236f commit 3933472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
:default => "/var/log/mesos"

attributes "mesos/slave/master_url",
:required => "required"
:required => "required",
:recipes => ["mesos::slave"],
:display_name => "master url",
:description => "mesos master url. this should be host:port for non-ZooKeeper based masters, otherwise a zk:// or file://."
Expand All @@ -98,7 +98,7 @@
:description => "Where to place framework work directories.",
:default => "/var/run/mesos"

attributes "mesos/slave/isolation"
attributes "mesos/slave/isolation",
:recipes => ["mesos::slave"],
:display_name => "Resource isolation mechanism.",
:description => "Isolation mechanism, may be one of: process, cgroups",
Expand Down

0 comments on commit 3933472

Please sign in to comment.