Displaying 2 results from an estimated 2 matches for "root_certs".
2013 Jul 16
14
"puppet module install simondean/iis" gives error "Error: cert already in hash table"
Hello,
I have a fresh install of puppet 3.2.3. on windows 8. I try to install the
iis module (https://forge.puppetlabs.com/simondean/iis) with the command:
puppet module install simondean/iis
and it gives me
*C:\Program Files (x86)\Puppet Labs\Puppet>puppet module install
simondean/iis*
*Notice: Preparing to install into
C:/ProgramData/PuppetLabs/puppet/etc/modules .*
*..*
*Notice:
2007 Sep 14
1
script/server with options
I have hacked a script that I found at http://www.koders.com/ruby into a
generalized webrick startup script. The script is attached to this post
and the help text is reproduced below. "script/server" runs webrick on
port 3000 bound to 0.0.0.0. If that is too general then you can pass a
specific port using -p= or --port=. "script/server -s" runs webrick in
ssl mode and