Skip to content

Commit

Permalink
fix Modulefile to be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Sep 19, 2013
1 parent 8e79572 commit 252b81c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name 'jhoblitt-module_skel'
name 'jhoblitt-udev'
version '0.0.1'

author 'Joshua Hoblitt <[email protected]>'
license 'Apache'
project_page 'https://github.com/jhoblitt/puppet-module_skel'
source 'https://github.com/jhoblitt/puppet-module_skel.git'
summary 'module skeleton'
description 'module skeleton'
dependency 'puppetlabs/stdlib', '>= 1.0.0'
project_page 'https://github.com/jhoblitt/puppet-udev'
source 'https://github.com/jhoblitt/puppet-udev.git'
summary 'Manages the udev package and device rules'
description 'Manages the udev package and device rules'
dependency 'puppetlabs/stdlib', '>= 4.1.0'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Puppet udev Module
Overview
--------

Manages the udev package
Manages the udev package and device rules


Description
Expand Down
9 changes: 8 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# == Class: udev
#
# simple template
# Manages the udev package and device rules
#
# This class does not need to be declared in the manfiest when using the
# udev::rule defined type.
#
# === Examples
#
# include udev
#
class udev inherits udev::params {

Expand Down

0 comments on commit 252b81c

Please sign in to comment.