source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/stdlib/manifests/init.pp@ 30960

Last change on this file since 30960 was 30960, checked in by davidb, 7 years ago

Switch to using Puppet to provision machine. Strongly based on files developed for spark-hdfs cluster

File size: 398 bytes
Line 
1# Class: stdlib
2#
3# This module manages stdlib. Most of stdlib's features are automatically
4# loaded by Puppet, but this class should be declared in order to use the
5# standardized run stages.
6#
7# Parameters: none
8#
9# Actions:
10#
11# Declares all other classes in the stdlib module. Currently, this consists
12# of stdlib::stages.
13#
14# Requires: nothing
15#
16class stdlib {
17 include ::stdlib::stages
18}
Note: See TracBrowser for help on using the repository browser.