Re: [Puppet Users] A GUI tool for Hiera

2019-01-21 Thread desertkun
Thank you for such detailed feedback. It all makes sense now. I have pushed an update that makes the editor to support hierarchy. It now shows on what level of hierarchy each property of the class is defined (by color-coding)

Re: [Puppet Users] A GUI tool for Hiera

2019-01-09 Thread Karsten Heymann
Am Mi., 9. Jan. 2019 um 12:48 Uhr schrieb desertkun : > > ** Have you thoght about integrating support for hiera-enc?* > > > > Wasn’t aware of it, so I need time to investigate what it does. > > It allows to encrypt entries (value) in hiera so that they don't end up in clear text for example in

RE: [Puppet Users] A GUI tool for Hiera

2019-01-09 Thread desertkun
'resources') of the hieraresources module won’t do anything. I implemented this because there is a case when you actually need your instances of profiles several times. From: Karsten Heymann Sent: Wednesday, January 9, 2019 13:25 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users]

Re: [Puppet Users] A GUI tool for Hiera

2019-01-09 Thread Karsten Heymann
Hi Alex, that sounds definitely very interesting, especially for our coworkers that aren't that deep into puppet and for which unerstanding hiera regularly is the most complicated part of the setup. Some questions and remarks: * Have you thoght about integrating support for hiera-enc? * Some

Re: [Puppet Users] A GUI tool for Hiera

2019-01-08 Thread desertkun
I have included Linux binary to the latest release, and also completed the Linux support for building from source (might need to install zlib1g-dev not sure if that was my local issue). On Tuesday, January 8, 2019 at 10:45:57 PM UTC+2, Salty Old Cowdawg wrote: > > I don't want to sound harsh

Re: [Puppet Users] A GUI tool for Hiera

2019-01-08 Thread desertkun
Sorry for that. The thing is the Linux build support is not yet implemented completely. It misses packaged version of ruby for linux. That's not that hard on electron, it's just I haven't yet paid attention to it. I will try to implement that as soon as possible. On Tuesday, January 8, 2019 at

Re: [Puppet Users] A GUI tool for Hiera

2019-01-08 Thread Peter Berghold
I don't want to sound harsh but I'm going to be blunt. I could not get this thing to work for me on Linux (Ubuntu) even when doing an "npm audit fix" followed by an "npm audit fix --force" followed by an "npm install" Very disappointing to me. On Tue, Jan 8, 2019 at 12:57 PM desertkun wrote:

[Puppet Users] A GUI tool for Hiera

2019-01-08 Thread desertkun
Hello, everyone. I have made a small useful open source project for Puppet/Hiera, so I hope you can excuse me a bit of advertisement of it for greater good. https://github.com/desertkun/hiera-editor Basically it takes editing Hiera configurations to a new level. It parses modules with