From: Robert 'phaylon' Sedlacek Date: Wed, 9 May 2012 19:41:44 +0000 (+0000) Subject: Puppet probe base pod X-Git-Tag: v0.001_001~106 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5368de3cce93757bba30169ba1193ed44be69cf;p=scpubgit%2FSystem-Introspector.git Puppet probe base pod --- diff --git a/lib/System/Introspector/Puppet.pm b/lib/System/Introspector/Puppet.pm index 89c1197..9e65114 100644 --- a/lib/System/Introspector/Puppet.pm +++ b/lib/System/Introspector/Puppet.pm @@ -44,3 +44,35 @@ sub _gather_classes { } 1; + +__END__ + +=head1 NAME + +System::Introspector::Puppet - Gather puppet agent information + +=head1 DESCRIPTION + +Reads the C and C provided by puppet. + +=head1 ATTRIBUTES + +=head2 classes_file + +The path to the C puppet file. +Defaults to C. + +=head2 resources_file + +The path to the C puppet file. +Defaults to C. + +=head1 SEE ALSO + +=over + +=item L + +=back + +=cut