summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-30 00:52:30 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-30 00:52:30 -0500
commit28487f07b0a742867c6da9b2f1b82929a8e46559 (patch)
tree1a01c10bb9ebd88197a90b4c3d4ccdbe3a826a6a /modules
parent89f919d97912ba0312ec8921d47e62a2aa1db43b (diff)
downloadpuppet-tozt-28487f07b0a742867c6da9b2f1b82929a8e46559.tar.gz
puppet-tozt-28487f07b0a742867c6da9b2f1b82929a8e46559.zip
a mail sender isn't really an important tool
my other machines don't have credentials to send mail anyway
Diffstat (limited to 'modules')
-rw-r--r--modules/base/manifests/tools.pp1
-rw-r--r--modules/mail/manifests/sender.pp5
2 files changed, 0 insertions, 6 deletions
diff --git a/modules/base/manifests/tools.pp b/modules/base/manifests/tools.pp
index 3d81329..11eb620 100644
--- a/modules/base/manifests/tools.pp
+++ b/modules/base/manifests/tools.pp
@@ -1,5 +1,4 @@
class base::tools {
- include mail::sender
include yaourt
package {
diff --git a/modules/mail/manifests/sender.pp b/modules/mail/manifests/sender.pp
deleted file mode 100644
index ef30b2a..0000000
--- a/modules/mail/manifests/sender.pp
+++ /dev/null
@@ -1,5 +0,0 @@
-class mail::sender {
- package { "msmtp-mta":
- ensure => installed,
- }
-}