Displaying 20 results from an estimated 6000 matches similar to: "puppetdoc - referring to main class"
2010 Oct 26
7
puppetdoc and wrong comparison
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hello,
at the moment I fight with puppetdoc and end in a ruby confusion.
To the problem:
> puppetdoc --debug --trace --mode rdoc --all manifests/site.pp
info: scanning: ["manifests/site.pp"]
/usr/lib/ruby/1.8/puppet/util/rdoc.rb:82:in `output_resource_doc''
/usr/lib/ruby/1.8/puppet/util/rdoc.rb:82:in `sort''
2011 Jul 26
2
undefined method `initvars'
We are seeing this error in our log files on some clients:
puppetd[15068]: Could not run Puppet configuration client: undefined
method `initvars'' for #<Puppet::Type::Package:0x2aaaabbb4858>
Where do I begin troubleshooting this? The client software versions are:
ruby-1.8.5-5.el5_4.8.x86_64
ruby-libs-1.8.5-5.el5_4.8.x86_64
ruby-shadow-1.4.1-7.el5.x86_64
facter-1.5.8-1.el5.noarch
2012 Jul 18
2
rspec-puppet and puppet doc conflicts
I recently started trying to use rspec-puppet and puppetlabs-rspec-helper.
When I ran ''rspec-puppet-init'' in one o fmy modules, it created a series of
symlinks.
Now, when I run puppet doc (via a rake task supplied by The Foreman, but
also when I call it directly) I get the following error:
Could not generate documentation: Definition ''mongodb::addmongouser''
2007 May 07
0
RFC: Reference Documentation
Hi all,
I''ve been thinking about this for a while, and I think I''ve finally
come up with the "right" way to do this.
There''s a lot of data in Puppet that''d be useful as documentation but
is not currently exposed all that well, especially on the command-
line. Just a few examples:
- Which providers for which types are functional on the current
2010 Jan 08
0
CentOS-announce Digest, Vol 59, Issue 2
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2012 Jan 24
2
Cipher is not a module
Hi,
I''m trying to install puppet as a client on a new machine.
I received this weird error when trying to start up as /etc/init.d/
puppet start :
/usr/lib/ruby/1.8/openssl/cipher.rb:22: Cipher is not a module
(TypeError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
36:in `gem_original_require''
from
2010 Mar 26
0
CESA-2010:0166 Moderate CentOS 5 x86_64 gnutls Update
CentOS Errata and Security Advisory 2010:0166 Moderate
Upstream details at : http://rhn.redhat.com/errata/RHSA-2010-0166.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
2eb372ef4dd9da7e03c2fcffbb932b9f gnutls-1.4.1-3.el5_4.8.i386.rpm
4710b94e81afacb90722cb8bf4eda618 gnutls-1.4.1-3.el5_4.8.x86_64.rpm
2007 Apr 24
10
Announce: References are now on Trac
I''ve converted all of the inline docs over to restructured text, and
I''ve got them all up on trac:
http://reductivelabs.com/trac/puppet/wiki/TypeReference
http://reductivelabs.com/trac/puppet/wiki/FunctionReference
http://reductivelabs.com/trac/puppet/wiki/ReportReference
http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference
Please let me know if you find any
2010 Mar 26
0
CESA-2010:0166 Moderate CentOS 5 i386 gnutls Update
CentOS Errata and Security Advisory 2010:0166 Moderate
Upstream details at : http://rhn.redhat.com/errata/RHSA-2010-0166.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
0336d624dee8cd33c04e0fab51d8656d gnutls-1.4.1-3.el5_4.8.i386.rpm
c53d51ecb020b9532641e7640dd41d41 gnutls-devel-1.4.1-3.el5_4.8.i386.rpm
2009 Jan 10
1
Hmisc-xtable label
Dear all:
Does anybody know about label conflicts between xtable and Hmisc? I found a couple of e-mails similar to this problem but is not clear to me how to get around the label problem.
The first table(longtable below) is generated with the latex function from Hmisc but for some reason when I try to hyperlink to it,it takes me to the top of the document. The second table created with the xtable
2008 Dec 02
5
[Bug 1543] New: ~C always opens command prompt on master session
https://bugzilla.mindrot.org/show_bug.cgi?id=1543
Summary: ~C always opens command prompt on master session
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50754
1
OS/Version: Linux
Status: NEW
Severity: normal
Priority:
2007 Jun 06
2
lookup in CSV recipe
I await Luke''s node settings implementation with interest. At the
moment however, I have this sort of ugliness:
$site = $hostname ? {
fred => "opsera",
barney => "bedrock",
default => "unknown site",
...
}
So I''ve knocked up this little function to use CSV files instead. Now
I can just do:
$site =
2023 Mar 07
1
insert hyperlink into svg graphic
This was actually the first thing that ChatGPT debugged for me.
The issue was that I was able to click on the link when I displayed the raw SVG in the browser (you can use that to test whether the syntax is even correct), but not when the svg displays inside a html page with the <img ...> tag.
ChatGPT correctly identified the issue and suggested a solution using <object ...> tags
2009 Nov 25
2
IPAPPEND breaks menu module
Just spent a few hours going mad(der) wondering why my menu config
wasn't working.
It looks like the change in 3.74 ("Add IPAPPEND to com32 modules,
especially needed for linux.c32") breaks menu.c32 (and possibly other
modules) since they aren't expecting it.
In particular menu.c32 uses that as an optional menu file, it then
complains "Initial menu has no LABEL
2013 Mar 15
1
Creating a hyperlink in a csv file
Hi,
I was wondering if it is possible to create a hyperlink in a csv file using
R code and some package. For example, in the following code:
links <- cbind(rep('Click for Google',3),"http://www.google.com")
write.table(links,'test.csv',sep=',',row.names=F,col.names=F)
the web address should be linked to 'Click for Google'.
many thanks!
2007 Apr 26
2
Can a hyperlink be placed, thorugh R programming, on a graph?
Hi,
If I use
x<-1:10
y<-rnorm(10,0,1)
### pdf(file="c:\\aldi\\test.pdf")
plot(x,y)
segments(x,y,x+2,y+2)
segments(x,y,x+0.5,y+0.5,col=3)
### dev.off()
### q()
Is there a way that I can imbed in the graph plot for each point defined
by x to x+0.5 and y to y+0.5 (and colored in green) a different hyperlink?
For example point one (together with the green tail) will have the
2006 Aug 16
10
all I wanted was a class reference...
And I got this lousy LatexParser. Ah well...
A new cut of the automatic WxRuby documentation is now viewable online at
http://www.pressure.to/wxruby/.
There''s also a pdf version
http://www.pressure.to/wxruby/wxruby.pdf [3MB, 751 pages!]
and a tarball
http://www.pressure.to/wxruby/wxruby2.tar.gz [1.3MB]
In terms of output, it''s no advance on what Sean has already done.
2010 Mar 29
0
CentOS-announce Digest, Vol 61, Issue 9
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Feb 13
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
If you are using the Express versions of Visual Studio, the Platform
SDK(windows.h) is a seperate install that you have to download.
Kevin Tew
Ted Neward wrote:
> Thanks--I was offline when I wrote it, couldn't Google. Found it in about 5
> seconds once I was back online.
>
> Second question: I'm getting various build errors relating (it seems) to
> configuration:
2012 Oct 18
4
Trouble with parentheses in Markdown hyperlinks
How can we improve URL detection in Markdown? I posted a question on Stack
Overflow and happened to click a URL in my post. To my surprise, it wasn't
functional, and it took three different, nonintuitive manipulations before
I achieved a functional URL. Stack Overflow says "not my problem", so I'm
deferring to Markdown itself.
Here's a