I'm trying to use a facter fact in puppet 5 to determine a package version to install.
I tried using this fact os.release.major in a if statement so:
if ::os.release.major == '7' { } .
Im not exactly sure what the correct syntax is.
↧