Merge pull request #739 from pmcmaw/puppet-lint_warn
authorEric Putnam <putnam.eric@gmail.com>
Fri, 19 Jan 2018 17:05:57 +0000 (09:05 -0800)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2018 17:05:57 +0000 (09:05 -0800)
(maint) - Addressing puppet-lint doc warnings

manifests/backports.pp
manifests/conf.pp
manifests/params.pp
manifests/setting.pp
manifests/update.pp

index afd4ee1c2f67077c851fb06ed694f789e1f660ee..6a7e87c566da151964a95afc6e9ccf531a12705d 100644 (file)
@@ -1,3 +1,4 @@
+# Defining backports for the apt class
 class apt::backports (
   Optional[String] $location                    = undef,
   Optional[String] $release                     = undef,
index eea06861d9e3793e807a9e77d5388d0897941d3c..b791f852190b4f5938774f1a4ae90db348a6ee39 100644 (file)
@@ -1,3 +1,4 @@
+# Defining apt config
 define apt::conf (
   Optional[String] $content          = undef,
   Enum['present', 'absent'] $ensure  = present,
index f85b9d186ec960a3527ae4c9f7460af736a02792..c11deba5ccf68f32a0277d43933cbd42c8eb8e86 100644 (file)
@@ -1,3 +1,4 @@
+# Setting params for the module
 class apt::params {
 
   if $::osfamily != 'Debian' {
index 91835cb1b2b88f15387b276660e50a26828bed91..a7b11c48b22a4e19339f3157a959abfdb1707f49 100644 (file)
@@ -1,3 +1,4 @@
+# Defining apt settings
 define apt::setting (
   Variant[String, Integer, Array] $priority           = 50,
   Optional[Enum['file', 'present', 'absent']] $ensure = file,
index 4cc6ec523f578c47ea3f3c61e3bacf2f2029395c..00e0600143f0e243cf2900239e29b51519a065f5 100644 (file)
@@ -1,3 +1,4 @@
+# Defining apt update
 class apt::update {
   assert_private()