We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23203a commit 9ec7ec7Copy full SHA for 9ec7ec7
manifests/server/params.pp
@@ -23,16 +23,6 @@
23
$service_name = 'smbd'
24
$nmbd_name = 'nmbd'
25
}
26
-
27
- # Currently Gentoo has $::osfamily = "Linux". This should change in
28
- # Factor 1.7.0 <http://projects.puppetlabs.com/issues/17029>, so
29
- # adding workaround.
30
- 'Linux': {
31
- case $::operatingsystem {
32
- 'Gentoo': { $service_name = 'samba' }
33
- default: { fail("${::operatingsystem} is not supported by this module.") }
34
- }
35
36
default: { fail("${::osfamily} is not supported by this module.") }
37
38
0 commit comments