On Jan 23, 2011, at 6:03 AM, Stefan Schulte wrote:

> On Sat, Dec 04, 2010 at 01:12:42PM +0100, Stefan Schulte wrote:
>> Hi,
>> 
>> I wrote a new type to manage projects in Solaris. Projects are used to
>> do resource management. Here's a sample usage
>> 
>> project {'myproj:'
>>  projid     => '300',
>>  comment    => 'My Sample Project',
>>  users      => [ 'user1','user2' ],
>>  groups     => [ 'group1','group2' ],
>>  attributes => [
>>    'rcap.max-rss=10GB',
>>    'process.max-file-size=(priv,50MB,deny)',
>>  ],
>>  attribute_membership => inclusive,
>>  user_membership      => inclusive,
>>  group_membership     => inclusive,
>>  ensure               => present,
>> }
>> 
>> 
>> I would love to have some feedback and if you think that project
>> is a resourcetype that could be integrated in puppet core I will
>> open a corresponding feature request.
>> 
>> -Stefan
> 
> Not a lot of feedback but I added a feature request anyways:
> http://projects.puppetlabs.com/issues/5887
> 
> new branch:
> https://github.com/stschulte/puppet/tree/feature/next/5887
> 
> I would like to know if puppetlabs tries to ship with as many
> types as possible or if you rather want to have them as downloadable
> plugins (and then puppet forge is the right place for this?)

Our plan is to move to a smaller core with plugins downloaded from the forge, 
and for this kind of type we'd recommend the forge.

We plan on transitioning at least some of the types currently in core (e.g., 
Nagios) into modules that can be downloaded, too.

-- 
Westheimer's Discovery:
        A couple of months in the laboratory can frequently save a
        couple of hours in the library.
---------------------------------------------------------------------
Luke Kanies  -|-   http://puppetlabs.com   -|-   +1(615)594-8199




-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to