biemond / biemond-oradb

Puppet Oracle Database Module
Apache License 2.0
59 stars 113 forks source link

Legacy facts used for operating system family #279

Open Gaelmare opened 3 years ago

Gaelmare commented 3 years ago

This fails for me using

puppet --version
5.5.20

on Fedora 31.

Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, 
Unrecognized operating system, please use it on a Linux or SunOS host
(file: /home/xx/modules/oradb/manifests/prepareautostart.pp, line: 76, column: 7) (file: /home/xx/modules/xx/manifests/init.pp, line: 202) on node xx

This line https://github.com/biemond/biemond-oradb/blob/6142bb3687db62f5f67dc932b0287b886c12ba43/manifests/prepareautostart.pp#L36

should be

  case $facts['os']['family'] {