Index: manifests/codereview.pp |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/manifests/codereview.pp |
@@ -0,0 +1,11 @@ |
+node 'codereview1' { |
+ include base |
+ |
+ class {'rietveld': |
Felix Dahlke
2014/02/07 20:09:46
Still the wrong indentation here, should be 2 spac
christian
2014/02/10 09:05:57
Done.
|
+ domain => 'codereview.adblockplus.org' |
+ } |
+ |
+ class {'nagios::client': |
+ server_address => 'monitoring.adblockplus.org' |
+ } |
+} |