Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
appzer authored Mar 2, 2017
1 parent e095b50 commit 1c8a1bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
![Pushsafer](https://www.pushsafer.com/de/assets/logos/logo.png)
puppet-pushsafer
pushsafer-puppet
==========

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
------------

Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 1c8a1bc

Please sign in to comment.