Skip to content

Commit

Permalink
Merge pull request #39 from nibalizer/docs_improve
Browse files Browse the repository at this point in the history
Improve the docs after having tested the module
  • Loading branch information
nibalizer committed Jun 13, 2014
2 parents 9331f8f + bbe34f6 commit 1a15966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class { 'puppetboard': }
# Access Puppetboard through pboard.example.com
class { 'puppetboard::apache::vhost':
vhost_name => 'pboard.example.com',
port => 80,
}
```

Expand Down Expand Up @@ -150,7 +151,7 @@ class { 'apache::mod::wsgi':
# Configure Puppetboard
class { 'puppetboard': }
# Access Puppetboard through pboard.example.com
# Access Puppetboard through pboard.example.com, port 8888
class { 'puppetboard::apache::vhost':
vhost_name => 'puppetboard.example.com',
port => '8888',
Expand Down

0 comments on commit 1a15966

Please sign in to comment.