Skip to content

Commit

Permalink
Merge pull request #393 from d1nuc0m/plugins-review1
Browse files Browse the repository at this point in the history
Small fixes and add tools to plugins
  • Loading branch information
bastelfreak authored Nov 26, 2024
2 parents 02583d7 + 1ae459a commit 0f7eafc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _data/tools/hdm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "hdm",
"display_name": "Hiera Data Manager",
"description": "Web interface for Hiera data",
"url": "https://github.com/betadots/hdm"
}
2 changes: 1 addition & 1 deletion _data/tools/puppet-ghostbuster.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-ghostbuster",
"display_name": "Ghostbuster",
"url": "https://github.com/camptocamp/puppet-ghostbuster",
"url": "https://github.com/voxpupuli/puppet-ghostbuster",
"description": "Dead code detector for Puppet."
}
6 changes: 6 additions & 0 deletions _data/tools/puppet-summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "puppet-summary",
"display_name": "Puppet Summary",
"description": "Another web interface for Puppet reports",
"url": "https://github.com/skx/puppet-summary"
}
5 changes: 5 additions & 0 deletions _data/tools/r10k.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"name": "Ra10ke",
"url": "https://github.com/voxpupuli/ra10ke",
"description": " Rake tasks related to R10K and Puppetfile"
},
{
"name": "G10k",
"url": "https://github.com/xorpaul/g10k",
"description": "r10k fork in Go."
}
]
}

0 comments on commit 0f7eafc

Please sign in to comment.