Skip to content

Commit

Permalink
include reference to puppet module in README, and describe new filter…
Browse files Browse the repository at this point in the history
…s option
  • Loading branch information
garethr committed Nov 7, 2011
1 parent 6b9902d commit 30a9306
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README
Expand Up @@ -22,6 +22,14 @@ specifying the filename with the --config option above.
password=george
port=3009
daemonize=true
filters="ec2_public_keys_0_openssh_key, ec2_userdata, sshdsakey, sshrsakey"

Note that the port and daemonize options will override those on the command line. The username and password options enable HTTP basic authentication using details specified.

The filters option will remove sensitive items from the output, you can specify any keys you like and they'll be remove automatically.

If you're using puppet (highly likely if you're using facter) then the provided puppet module might be of use. Include in your puppet module diretory and modify as needed. You can use like so:

import "web-facter"
class { "webfacter": username => "username", password => "password" }

Note that the port and daemonize options will override those on the command line.
The username and password options enable HTTP basic authentication using those details.

0 comments on commit 30a9306

Please sign in to comment.