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

ifw.repo.json - add name of repo #572

Closed
stevie-sy opened this issue Aug 29, 2022 · 1 comment · Fixed by #651
Closed

ifw.repo.json - add name of repo #572

stevie-sy opened this issue Aug 29, 2022 · 1 comment · Fixed by #651
Assignees
Labels
Enhancement New feature or request
Milestone

Comments

@stevie-sy
Copy link

With the cmdlet "New-IcingaRepository" we have to create a repo file. With the param "-name" we give them a name. Everything works fine. But the name isn't written into the JSON-file in plain text. If you're testing a lot after some time you don't remember the repo name. So it would be very helpful to have the name also in the Info-Part included.

e.g.

{
    "Info":  {
                 "LocalSource":  "C:\\Icinga\\Setup\\",
                 "RemoteSource":  "C:\\Icinga\\Setup\\",
                 "Created":  "2022/08/17 17:40:33",
                 "Updated":  "2022/08/17 17:40:33",
                 "RepoHash":  "086ACF9D81E483E24B3D2FDE62344F12CC2AAE6499E20914CF3C103E38787193",
		 "Name":   "TestRepo1"
             },
    "Packages":  {
                     "agent":  [
                                   {
                                       "Hash":  "CBC9447FD704910952731E9BCC979D5729906F1AA122C822583C38F2D1DF60EE",
                                       "Location":  "Icinga2-v2.13.5-x86_64.msi",
                                       "RelativePath":  true,
                                       "Version":  "2.13.5",
                                       "Snapshot":  false,
                                       "Architecture":  "x64"
                                   }
                               ]
                 }
}
@LordHepipud LordHepipud added this to the v1.11.0 milestone Aug 29, 2022
@LordHepipud LordHepipud self-assigned this Aug 29, 2022
@LordHepipud LordHepipud added the Enhancement New feature or request label Aug 29, 2022
@tbauriedel
Copy link
Member

ref/NC/761567

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
3 participants