Git Product home page Git Product logo

chef-sendmail-ses's People

Contributors

csimons avatar dependabot-preview[bot] avatar dependabot-support avatar fcecagno avatar ianbamforth avatar phoolish avatar rdunlop avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chef-sendmail-ses's Issues

Liceness File

You have it as:

Copyright (C) 2013 YOUR_NAME

All rights reserved - Do Not Redistribute

Is this true or was this simply not updated?

Add `sensitive` property to templates`

Just a suggestion as I've never actually tried this, but currently username / password gets written to the logs. Seems like this is bad, but by adding sensitive true to the template blocks you can avoid this.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "chef":
  In snapshot (Gemfile.lock):
    chef (= 12.22.5)

  In Gemfile:
    chef (~> 12)

    berkshelf (>= 6.3.4, <= 7.0.8) was resolved to 7.0.8, which depends on
      chef (>= 13.6.52)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Bundler could not find compatible versions for gem "chef-api":
  In Gemfile:
    stove was resolved to 7.1.0, which depends on
      chef-api (~> 0.5)

Could not find gem 'chef-api (~> 0.5)', which is required by gem 'stove', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Lazy evaluation of template variables

Hi, I've been using this cookbook a while now, and wanted to wrap it in another cookbook in order to fetch my username and password from an S3 bucket. Turns out that I couldn't do this because template variables are evaluated at compile time, i.e. before my recipe has the chance to fetch the keys from S3. Any reason why the template variables couldn't be wrapped in laziness?

Directory location should be configurable or changed to suit the OS

The creation of the directory /usr/share/sendmail-cf/ses fails on Ubuntu, as /usr/share/sendmail-cf doesn't exist - it appears that the Ubuntu install of sendmail creates /usr/share/sendmail/cf instead. I'd suggest one of the following:

  1. create the dir recursively
  2. make it a configurable thing
  3. detect the os and set the directory accordingly

Syntax error when sending test message

It should be very simple to reproduce, not sure if it has been tested before.

[2015-12-18T19:22:26+00:00] INFO: Processing execute[sendmail_test] action run (sendmail-ses::default line 113)

================================================================================
Error executing action `run` on resource 'execute[sendmail_test]'
================================================================================

Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '2'
---- Begin output of echo 'Subject:trusty-ktxrhuo1_sendmail_test
This is a test email using ses.
'
| /usr/sbin/sendmail -f <source email address> <destination email address> ----
STDOUT: Subject:trusty-ktxrhuo1_sendmail_test
This is a test email using ses.
STDERR: sh: 4: Syntax error: "|" unexpected
---- End output of echo 'Subject:trusty-ktxrhuo1_sendmail_test
This is a test email using ses.
'
| /usr/sbin/sendmail -f <source email address> <destination email address> ----
Ran echo 'Subject:trusty-ktxrhuo1_sendmail_test
This is a test email using ses.
'
| /usr/sbin/sendmail -f <source email address> <destination email address> returned 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.