Skip to content

Instantly share code, notes, and snippets.

@EarthmanT
Last active August 29, 2015 14:27
Show Gist options
  • Save EarthmanT/8d2aedbbe89b393c9629 to your computer and use it in GitHub Desktop.
Save EarthmanT/8d2aedbbe89b393c9629 to your computer and use it in GitHub Desktop.
Nodecellar Site PP
class { '::mongodb::globals':
manage_package_repo => true,
}->
class { '::mongodb::server':
}->
class { '::mongodb::client':
}->
class { '::nodejs':
nodejs_dev_package_ensure => 'present',
npm_package_ensure => 'present',
repo_class => '::epel',
}->
class { '::nodecellar':
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment