forked from jhoblitt/puppet-udev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joshua Hoblitt
committed
Apr 2, 2014
1 parent
00253ed
commit 64ba826
Showing
3 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
|
||
#### [Current] | ||
* [00253ed](../../commit/00253ed) - __(Joshua Hoblitt)__ Merge pull request [#3](../../issues/3) from Mayflower/support_ubuntu | ||
|
||
add osfamily debian to params | ||
* [92f8e41](../../commit/92f8e41) - __(codec)__ update spec to fail on OpenSuSE / incl. Debian | ||
* [2a781a0](../../commit/2a781a0) - __(codec)__ add osfamily debian to params | ||
|
||
#### v1.0.2 | ||
* [bf84ffb](../../commit/bf84ffb) - __(Joshua Hoblitt)__ bump version to v1.0.2 | ||
* [19ca764](../../commit/19ca764) - __(Joshua Hoblitt)__ fix resource ordering + implement anchor pattern | ||
* [c8f12f3](../../commit/c8f12f3) - __(Joshua Hoblitt)__ add simple rspec-system tests | ||
* [d9fa183](../../commit/d9fa183) - __(Joshua Hoblitt)__ fix erb local variable warning | ||
|
||
Warning: Variable access via 'udev_log' is deprecated. Use '@udev_log' instead. template[/etc/puppet/modules/udev/templates/udev.conf.erb]:4 | ||
|
||
#### v1.0.1 | ||
* [5dc0074](../../commit/5dc0074) - __(Joshua Hoblitt)__ bump version to v1.0.1 | ||
* [ac1f89d](../../commit/ac1f89d) - __(Joshua Hoblitt)__ add compatibility with older puppet 2.7.x | ||
* [f8bebb9](../../commit/f8bebb9) - __(Joshua Hoblitt)__ update README boilerplate sections, formatting, and ToC | ||
* [e077a61](../../commit/e077a61) - __(Joshua Hoblitt)__ add :require to all gems in Gemfile | ||
* [84ba892](../../commit/84ba892) - __(Joshua Hoblitt)__ add puppet 2.7.3 (fixed version) to travis matrix | ||
* [22f58cc](../../commit/22f58cc) - __(Joshua Hoblitt)__ change travis puppet 2.7.0 -> 2.7.1 | ||
|
||
#### v1.0.0 | ||
* [1257c33](../../commit/1257c33) - __(Joshua Hoblitt)__ change version to v1.0.0 | ||
* [ba528ec](../../commit/ba528ec) - __(Joshua Hoblitt)__ change stdlib dep to v3.0.0 | ||
|
||
The oldest version with `ensure_resource()` | ||
|
||
* [8e01b22](../../commit/8e01b22) - __(Joshua Hoblitt)__ add a blurb about concat to the README | ||
* [25c837e](../../commit/25c837e) - __(Joshua Hoblitt)__ missing comma in README example | ||
* [3a469e7](../../commit/3a469e7) - __(Joshua Hoblitt)__ simplify udev::rule implementation | ||
* [a69f1b8](../../commit/a69f1b8) - __(Joshua Hoblitt)__ rename udev::udevadm -> udev::udevadm::trigger | ||
|
||
For naming consistency with udev::udevadm::logpriority | ||
|
||
* [1ca5e24](../../commit/1ca5e24) - __(Joshua Hoblitt)__ README fixes | ||
* [35266b7](../../commit/35266b7) - __(Joshua Hoblitt)__ add puppet 3.3.0 to travis test matrix | ||
* [fedd155](../../commit/fedd155) - __(Joshua Hoblitt)__ add syslog verbosity management | ||
* [db481ed](../../commit/db481ed) - __(Joshua Hoblitt)__ suppress lint warnings | ||
* [227ab81](../../commit/227ab81) - __(Joshua Hoblitt)__ README update | ||
* [252b81c](../../commit/252b81c) - __(Joshua Hoblitt)__ fix Modulefile to be valid | ||
* [8e79572](../../commit/8e79572) - __(Joshua Hoblitt)__ add class udev::rule to manage device rule files | ||
* [112ebab](../../commit/112ebab) - __(Joshua Hoblitt)__ add class udev::udevadm to manage `udevadm trigger` | ||
* [b6821fe](../../commit/b6821fe) - __(Joshua Hoblitt)__ add udev package installation support | ||
* [738cea0](../../commit/738cea0) - __(Joshua Hoblitt)__ Merge puppet-module_skel | ||
* [4f9f7c8](../../commit/4f9f7c8) - __(Joshua Hoblitt)__ first commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name 'jhoblitt-udev' | ||
version '1.0.2' | ||
version '1.0.3' | ||
|
||
author 'Joshua Hoblitt <[email protected]>' | ||
license 'Apache' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,6 +111,7 @@ file (one without any fragments). | |
### Tested Platforms | ||
|
||
* el6.x | ||
* Debian/Ubuntu | ||
|
||
|
||
Versioning | ||
|