Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Add dep on apt cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jun 3, 2014
1 parent cdae9cf commit e484120
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://api.berkshelf.com"

metadata
9 changes: 9 additions & 0 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEPENDENCIES
mosquitto
path: .
metadata: true

GRAPH
apt (2.4.0)
mosquitto (0.0.1)
apt (>= 0.0.0)
14 changes: 14 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name "mosquitto"
maintainer "Daniel O'Connor"
maintainer_email "[email protected]"
license "MIT"
description "Installs and configures mosquitto, an MQTT broker"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.1"
recipe "mosquitto", "Includes the recipe to configure the broker"

%w{ debian ubuntu }.each do |os|
supports os
end

depends 'apt'

0 comments on commit e484120

Please sign in to comment.