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

Commit

Permalink
Merge pull request #19 from asasfu/patch-1
Browse files Browse the repository at this point in the history
fix osfamily variable in configure.pp
  • Loading branch information
dwerder committed Apr 28, 2015
2 parents 495d4b4 + ad23d6c commit ae9292b
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 ae9292b

Please sign in to comment.