Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update metadata and init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
sdodsley committed Feb 23, 2017
1 parent 3d7f26a commit dded5d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
26 changes: 3 additions & 23 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,46 +1,26 @@
# Class: pure
# ===========================
#
# Full description of class pure here.
# This module manages Pure Storage FlashArray devices.
#
# Parameters
# ----------
#
# Document parameters here.
#
# * `sample parameter`
# Explanation of what this parameter affects and what it defaults to.
# e.g. "Specify one or more upstream ntp servers as an array."
#
# Variables
# ----------
#
# Here you should define a list of variables that this module would require.
#
# * `sample variable`
# Explanation of how this variable affects the function of this class and if
# it has a default. e.g. "The parameter enc_ntp_servers must be set by the
# External Node Classifier as a comma separated list of hostnames." (Note,
# global variables should be avoided in favor of class parameters as
# of Puppet 2.6.)
#
# Examples
# --------
#
# @example
# class { 'pure':
# servers => [ 'pool.ntp.org', 'ntp.local.company.com' ],
# }
#
# Authors
# -------
#
# Author Name <author@domain.com>
# Simon Dodsley <simon@purestorage.com>
#
# Copyright
# ---------
#
# Copyright 2017 Your name here, unless otherwise noted.
# Copyright 2017, Pure Storage, Inc.
#
class pure {

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pure-puppet",
"version": "0.1.0",
"author": "Pure Storage, Inc.",
"summary": "This is storage provisioning module and uses puppet device concept.",
"summary": "This is a storage provisioning module that uses the puppet device concept.",
"license": "Apache-2.0",
"source": "https://github.com/PureStorage-OpenConnect/pure-puppet",
"project_page": "on Pure Storage - OpenConnect",
Expand Down

0 comments on commit dded5d4

Please sign in to comment.