diff --git a/manifests/init.pp b/manifests/init.pp index deb8981..587adb4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 +# Simon Dodsley # # Copyright # --------- # -# Copyright 2017 Your name here, unless otherwise noted. +# Copyright 2017, Pure Storage, Inc. # class pure { diff --git a/metadata.json b/metadata.json index 9805d88..d251063 100644 --- a/metadata.json +++ b/metadata.json @@ -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",