You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2013/10/22 16:17:42 UTC

[jira] [Created] (AMBARI-3572) Resource Management. Allow to create multiple resources passing list as a name.

Andrew Onischuk created AMBARI-3572:
---------------------------------------

             Summary: Resource Management. Allow to create multiple resources passing list as a name.
                 Key: AMBARI-3572
                 URL: https://issues.apache.org/jira/browse/AMBARI-3572
             Project: Ambari
          Issue Type: Bug
          Components: agent
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.5.0
         Attachments: AMBARI-3572.patch

This was often used in puppet, and can help to avoid some boilerplate code.

So we should support something like this:
{code}
  Package { ['libganglia','ganglia-devel','ganglia-server','ganglia-web']: 
     ....
  }
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)