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

Commit

Permalink
Update configure.pp
Browse files Browse the repository at this point in the history
${::nfs::server::params::osfamily}  does not exist and is a mistake, corrected to ${::nfs::params::osfamily}
This fixes the warning thrown and ensures the require will definitely work properly.
  • Loading branch information
asasfu committed Apr 27, 2015
1 parent 495d4b4 commit ad23d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/configure.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

concat {'/etc/exports':
ensure => present,
require => Class["nfs::server::${::nfs::server::params::osfamily}"],
require => Class["nfs::server::${::nfs::params::osfamily}"],
}


Expand Down

0 comments on commit ad23d6c

Please sign in to comment.