Giter VIP home page Giter VIP logo

Comments (5)

skx avatar skx commented on July 23, 2024

This one works for me:

$ cat > dir.in
directory { name => "Create Datadir",
target => "/opt/deep/down",
mode => "0755",
}

I run it, with sudo, because I need permission to write beneath /opt:

$ sudo ./marionette dir.in 
[sudo] password for skx: 

Then the directory exists:

$ ls /opt/deep/down/
$

Do you see any output of note when you run with -debug, or -verbose? I checked the code and we use os.MkdirAll rather than os.Mkdir so I'd expect it to be doing the right thing.

from marionette.

skx avatar skx commented on July 23, 2024

I added a test-case to explicitly check that this works as expected, which confirmed my manual testing.

I think more details are needed here, because I can't reproduce the problem at all.

from marionette.

httpete avatar httpete commented on July 23, 2024

from marionette.

skx avatar skx commented on July 23, 2024

Yeah if you run marionette as "yourself" then you can use sudo for shell-commands, but things like files, directories and docker containers will all fail if they don't have the appropriate permissions.

Usually that should be obvious, as the error-message will look something like this:

$ ./marionette dir.in
Error:error running directory-module rule 'Create Datadir' mkdir /opt/down: permission denied

But I guess it is easy to miss if your input-files are long.

from marionette.

skx avatar skx commented on July 23, 2024

Could never reproduce this, closing on that basis.

from marionette.

Related Issues (20)

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.