Coder Social home page Coder Social logo

envdir_ii's Introduction

envdir_ii

CircleCI GitHub tag (latest SemVer) Chef cookbook

This cookbook provides a single resource envdir_ii_envdir, mainly used for envdir command in daemontools (http://cr.yp.to/daemontools.html).

Resource: envdir

Synopsis

Expresses a fully managed directory in form of a hash.

envdir_ii_envdir '/service/my_service/env' do
  owner 'application_user'
  group 'application_group'
  values(
    'PATH' => { value: "/usr/local/bin:/usr/bin" },
    'DB_PASSWORD' => { value: "P@SSW0RD", sensitive: true },
  )
  # If you need service reload on change
  notifies :reload, 'service[my_service]', :delayed
end

Any files in the directory not defined in values will be removed.

Properties

  • path: directory path managed by this resource. if omitted, the resource name is used.
  • owner: Directory and files owner
  • group: Directory and files group
  • values: Hash of :value and :sensitive; :value is the content of file, and :sensitive sets the file read-writable only by its owner/group
  • action: either :create or :delete; :delete action deletes the whole directory

envdir_ii's People

Contributors

hkobayash avatar limitusus avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

hkobayash

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.