Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directories should be created with recursive by default #28

Closed
hoatle opened this issue Feb 15, 2020 · 0 comments · Fixed by #32
Closed

directories should be created with recursive by default #28

hoatle opened this issue Feb 15, 2020 · 0 comments · Fixed by #32

Comments

@hoatle
Copy link
Member

hoatle commented Feb 15, 2020

current: error when creating directories with recursive

expected: can create directories with recursive by default

workaround: create a directory by directory

example config:

nodes:
  - _id: "0"
    provisioners:
      - _id: 'v05-compat-chef'
        json:
          teracy-dev:
            directories:
              - _id: "iorad-common-certs-dir"
                path: /etc/nginx/certs
                owner: vagrant
                group: vagrant
                mode: '0755'
                action: create
                recursive: true # TODO: support this
@hoatle hoatle added this to the v0.4.0-dev-v05-compat milestone Feb 15, 2020
@hoatle hoatle self-assigned this Feb 15, 2020
@hoatle hoatle added this to Backlog in public-dev via automation Feb 15, 2020
@hoatle hoatle added the affected:v0.3.0 affected on the v0.3.0 version label Feb 15, 2020
@hoatle hoatle moved this from Backlog to Sprint-Current in public-dev Feb 15, 2020
@hoatle hoatle moved this from Sprint-Current to In progress in public-dev Feb 15, 2020
@hoatle hoatle changed the title directories should be created with recursive directories should be created with recursive by default Feb 15, 2020
hoatle added a commit to hoatle/teracy-dev-v05-compat that referenced this issue Feb 15, 2020
@hoatle hoatle moved this from In progress to Under Review in public-dev Feb 15, 2020
@hoatle hoatle linked a pull request Feb 15, 2020 that will close this issue
public-dev automation moved this from Under Review to Done Feb 15, 2020
hoatle added a commit that referenced this issue Feb 15, 2020
…sive

@ #28 | directories should be created with recursive by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
public-dev
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant