You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find quite useful the "--verbose" option to see what is Librarian Puppet doing internally. But the indentation shown when it is resolving dependencies recursively is not correct and it makes difficult to see the dependency tree.
Puppetfile
forge "http://puppet-forge.redtonic"
mod 'tester/tester'
As you may see the "tester/tester" module has two dependencies, and the system is doing the job correctly, but the verbose output shows it like the "tester/tester-dependency1" is an inner dependency of the "puppetlabs/inifile".
It's not a real mess in this example but when you have so many recursive dependencies the indentation is as high as make the output totally unreadable.
The text was updated successfully, but these errors were encountered:
I find quite useful the "--verbose" option to see what is Librarian Puppet doing internally. But the indentation shown when it is resolving dependencies recursively is not correct and it makes difficult to see the dependency tree.
Puppetfile
Puppetfile.lock
As you may see the "tester/tester" module has two dependencies, and the system is doing the job correctly, but the verbose output shows it like the "tester/tester-dependency1" is an inner dependency of the "puppetlabs/inifile".
Execute the install
It's not a real mess in this example but when you have so many recursive dependencies the indentation is as high as make the output totally unreadable.
The text was updated successfully, but these errors were encountered: