Puppet probe base pod
Robert 'phaylon' Sedlacek [Wed, 9 May 2012 19:41:44 +0000 (19:41 +0000)]
lib/System/Introspector/Puppet.pm

index 89c1197..9e65114 100644 (file)
@@ -44,3 +44,35 @@ sub _gather_classes {
 }
 
 1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::Puppet - Gather puppet agent information
+
+=head1 DESCRIPTION
+
+Reads the C<classes.txt> and C<resources.txt> provided by puppet.
+
+=head1 ATTRIBUTES
+
+=head2 classes_file
+
+The path to the C<classes.txt> puppet file.
+Defaults to C</var/lib/puppet/state/classes.txt>.
+
+=head2 resources_file
+
+The path to the C<resources.txt> puppet file.
+Defaults to C</var/lib/puppet/state/resources.txt>.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut