| Index: manifests/codereview.pp |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/manifests/codereview.pp |
| @@ -0,0 +1,11 @@ |
| +node 'codereview' { |
| + include base |
| + |
| + class {'rietveld': |
|
Felix Dahlke
2014/02/07 15:27:36
Wrong indentation, should be 2 spaces.
christian
2014/02/07 17:17:21
Done.
|
| + domain => 'codereview.adblockplus.org' |
| + } |
| + |
| + class {'nagios::client': |
| + server_address => 'monitoring.adblockplus.org' |
| + } |
| +} |