summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-05-07 10:57:39 -0400
committerMicah Anderson <micah@riseup.net>2010-05-07 10:57:39 -0400
commit1e23792f58c5495e19e76602f63bb99d34e8392a (patch)
treea11944636f976f3c7cbb03cd336673b9e38b3f2c
parenta5b6a893b494033eec5c4bec9a8aa89bf65a9571 (diff)
remove some bogus test things that snuck in
-rw-r--r--manifests/init.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3078cfe..8e8b78b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -47,10 +47,3 @@ class passenger {
config => $real_passenger_stats_munin_config;
}
}
-
-test::deploy {
- 'passenger_memory_stats':
- source => "test/deploythis",
- config => $passenger_munin_config
- }
-}