Update mcollective.init script according to OSCI-969
[packages/precise/mcollective.git] / lib / mcollective / generators / templates / ddl.erb
1 metadata :name => "<%= meta[:name] || "%FULLNANE%" -%>",
2          :description => "<%= meta[:description] || "%DESCRIPTION%" -%>",
3          :author => "<%= meta[:author] || "%AUTHOR%" -%>",
4          :license => "<%= meta[:license] || "%LICENSE%" -%>",
5          :version => "<%= meta[:version] || "%VERSION%" -%>",
6          :url => "<%= meta[:url] || "%URL%" -%>",
7          :timeout => <%= meta[:timeout] || "%TIMEOUT%" %>
8