Skip to content

Commit

Permalink
Release tagged and published to the Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Oct 8, 2013
1 parent 08ffc8d commit b1a1585
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Modulefile
@@ -1,5 +1,5 @@
name 'example42-rclocal'
version '2.0.1'
version '2.0.2'

author 'Alessandro Franceschi'
license 'Apache2'
Expand Down
6 changes: 3 additions & 3 deletions manifests/init.pp
Expand Up @@ -8,7 +8,7 @@
#
class rclocal {

# Load the variables used in this module. Check the params.pp file
# Load the variables used in this module. Check the params.pp file
require rclocal::params

file { '/etc/rc.local':
Expand All @@ -21,13 +21,13 @@
}

file { '/etc/rc.local.d':
ensure => directory,
path => $rclocal::params::configdir,
mode => '0755',
owner => 'root',
group => 'root',
ensure => directory,
purge => true,
recurse => true,
}

}
2 changes: 1 addition & 1 deletion manifests/params.pp
@@ -1,7 +1,7 @@
# Class: rclocal::params
#
# Sets internal variables and defaults for rclocal module
# This class is automatically loaded in all the classes that use the values set here
# This class is automatically loaded in all the classes that use the values set here
#
class rclocal::params {

Expand Down

0 comments on commit b1a1585

Please sign in to comment.