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?)

-Stefan

Attachment: pgpWpxxdMY0jf.pgp
Description: PGP signature

Reply via email to