Git Product home page Git Product logo

Comments (7)

TraGicCode avatar TraGicCode commented on May 26, 2024

Hey @THG-onkar ,

Can you confirm if the puppet server has the module installed into the production environment?

from tragiccode-azure_key_vault.

THG-onkar avatar THG-onkar commented on May 26, 2024

Hello @TraGicCode
module is install but i am not sure in last line its showing another path and result module not installed.
Please help me on this.

image

from tragiccode-azure_key_vault.

TraGicCode avatar TraGicCode commented on May 26, 2024

Hey @THG-onkar ,

It looks like you installed the module in your users home directory and not using the sudo command. Can you try installing the module with sudo and see if this resolves your issue?

Thanks!

from tragiccode-azure_key_vault.

THG-onkar avatar THG-onkar commented on May 26, 2024

hi @TraGicCode its work and the code deploy sucessfully but its not showing the secret i have change code still its not showing the secret, how can i check the secrets?

code wich i used in manifest -:
$secret = azure_key_vault::secret('demo-test1', 'onkar', {
metadata_api_version => '2018-04-02',
vault_api_version => '2016-10-01',
})
notice($secret)
output-:
image

second code-

$important_secret = azure_key_vault::secret('demo-test1', 'onkar', {
metadata_api_version => '2018-04-02',
vault_api_version => '2016-10-01',
})

output-:
image

from tragiccode-azure_key_vault.

TraGicCode avatar TraGicCode commented on May 26, 2024

Hey @THG-onkar ,

Calling the notice() function only puts the log into the puppet server logs and doesn't go to stdout. If you want it to go to stdout so you can see it during your puppet run, like you are attempting to do, you should use the notify resource like the following:

notify { 'display-secret':
  message => $secret.unwrap,
}

from tragiccode-azure_key_vault.

TraGicCode avatar TraGicCode commented on May 26, 2024

Closing this as this doesn’t seem like a bug from the way the conversation is going.

from tragiccode-azure_key_vault.

THG-onkar avatar THG-onkar commented on May 26, 2024

@TraGicCode i have use notify function but its not work please help me

from tragiccode-azure_key_vault.

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.