Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skoef committed Feb 16, 2014
1 parent 96538d0 commit b5ddf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$repos = {},
) inherits pkgng::params {

# At the time of this writing, only FreeBSD 9 and up are supported by pkgng
# PkgNG versions before 1.1.4 use another method of defining repositories
if ! $pkgng_supported or versioncmp($pkgng_version, "1.1.4") < 0 {
fail("PKGng is either not supported on your system or it is too old")
}
Expand Down

0 comments on commit b5ddf6c

Please sign in to comment.