Skip to content

Instantly share code, notes, and snippets.

@richardc
richardc / node.yaml
Created January 18, 2013 14:22 — forked from llowder/node.yaml
module::master_gemlist:
arr-pm:
ensure: '0.0.7'
provider: 'gem'
backports:
ensure: '2.6.2'
provider: 'gem'
cabin:
ensure: '0.4.4'
provider: 'gem'
@richardc
richardc / class
Last active December 16, 2015 13:58 — forked from anonymous/class
class accounts::users ( $accounts, $groups,)
{
create_resources(group, $groups)
create_resources('create_user', $accounts)
file { '/usr/local/bin/post-scripts/postscript.puppet-cleanup-users':
ensure => present,
owner => 'root',
group => 'root',