2f82ef0c109e0b97ce7a39d7d77c85ffd84ccf85
[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