summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-13 19:41:25 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-13 19:41:25 -0400
commit6f109e80a2eea7b7dd8effa96bc7636cfcc01473 (patch)
treea9a505a2a78377573a3a9945ac883f048742aa00 /modules
parentf05229ad37bac261547a3dabae15bb77079d55b3 (diff)
downloadpuppet-tozt-6f109e80a2eea7b7dd8effa96bc7636cfcc01473.tar.gz
puppet-tozt-6f109e80a2eea7b7dd8effa96bc7636cfcc01473.zip
actually, i'm pretty tired of dealing with irc bouncers
Diffstat (limited to 'modules')
-rw-r--r--modules/tozt/manifests/init.pp1
-rw-r--r--modules/tozt/manifests/irc.pp3
-rw-r--r--modules/weechat/manifests/init.pp7
3 files changed, 0 insertions, 11 deletions
diff --git a/modules/tozt/manifests/init.pp b/modules/tozt/manifests/init.pp
index 17a364c..698c10f 100644
--- a/modules/tozt/manifests/init.pp
+++ b/modules/tozt/manifests/init.pp
@@ -6,7 +6,6 @@ class tozt {
}
include tozt::bootstrap
- include tozt::irc
include tozt::backups
include tozt::site
include tozt::services
diff --git a/modules/tozt/manifests/irc.pp b/modules/tozt/manifests/irc.pp
deleted file mode 100644
index aa43a57..0000000
--- a/modules/tozt/manifests/irc.pp
+++ /dev/null
@@ -1,3 +0,0 @@
-class tozt::irc {
- include weechat
-}
diff --git a/modules/weechat/manifests/init.pp b/modules/weechat/manifests/init.pp
deleted file mode 100644
index a711bbe..0000000
--- a/modules/weechat/manifests/init.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-class weechat {
- package { "weechat":
- ensure => installed;
- }
-
- # XXX configure weechat relay here...
-}