diff --git a/README.md b/README.md index 8d1f57e..0cd926d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![Pushsafer](https://www.pushsafer.com/de/assets/logos/logo.png) -puppet-pushsafer +pushsafer-puppet ========== Description @@ -7,12 +6,6 @@ Description A Puppet report handler for sending notifications of failed runs as a push notification by Pushsafer.com -[Pushsafer.com](https://www.pushsafer.com) make it easy and safe to send & receive push-notifications to your -- Android devices -- iOS devices (iPhone, iPad, iPod Touch, Watch) -- Windows 10 Phone & Desktop -- Browser (Chrome & Firefox) - Requirements ------------ @@ -21,7 +14,7 @@ Requirements Installation & Usage -------------------- -1. Install puppet-pushsafer as a module in your Puppet master's module +1. Install pushsafer-puppet as a module in your Puppet master's module path. 2. Update the `privatekey` variable in the `pushsafer.yaml` file with your private or alias key from Pushsafer.com. diff --git a/metadata.json b/metadata.json index 872a214..83f87fc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { - "name": "puppet-pushsafer", + "name": "pushsafer-puppet", "version": "0.0.1", "author": "Pushsafer.com Kevin Siml", "license": "Apache-2.0", "summary": "A Puppet report handler for sending notifications of failed runs as a push notification by Pushsafer.com", - "source": "https://github.com/appzer/puppet-pushsafer", + "source": "https://github.com/appzer/pushsafer-puppet", "project_page": "https://www.pushsafer.com/en/puppet", - "issues_url": "https://github.com/appzer/puppet-pushsafer/issues", + "issues_url": "https://github.com/appzer/pushsafer-puppet/issues", "tags": ["push", "pushnotification", "push notification", "android", "iphone", "ipad", "windows 10", "win10", "pushsafer"], "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 2.6.5" }