cookbook 'envdir_ii', '~> 1.0.0'
envdir_ii (4) Versions 1.0.0 Follow0
Provides envdir resource
cookbook 'envdir_ii', '~> 1.0.0', :supermarket
knife supermarket install envdir_ii
knife supermarket download envdir_ii
envdir_ii
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 itsowner
/group
-
action
: either:create
or:delete
;:delete
action deletes the whole directory
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Changelog
v1.0.0 (2021-10-28)
Merged pull requests:
- Rename branch to main #7 (limitusus)
- Resource unified_mode for Chef 18 #6 (limitusus)
- Fix ChefCorrectness/OctalModeAsString #5 (limitusus)
- Fix ValidationFailed error #4 (hkobayash)
- Fix tests #3 (limitusus)
v0.1.2 (2020-07-27)
Merged pull requests:
v0.1.1 (2020-07-26)
Merged pull requests:
v0.1.0 (2020-07-26)
* This Changelog was automatically generated by github_changelog_generator
Collaborator Number Metric
1.0.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
1.0.0 passed this metric
Foodcritic Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.0 passed this metric
Version Tag Metric
1.0.0 passed this metric
1.0.0 failed this metric
1.0.0 passed this metric
Foodcritic Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.0 passed this metric
Version Tag Metric
1.0.0 passed this metric
1.0.0 passed this metric
1.0.0 passed this metric
Testing File Metric
1.0.0 passed this metric
Version Tag Metric
1.0.0 passed this metric
1.0.0 passed this metric
1.0.0 passed this metric