Merge pull request #436 from apenney/fix-typo

Fix trailing }.
This commit is contained in:
Ashley Penney 2014-06-26 14:28:23 -04:00
commit c745a84899

View file

@ -268,6 +268,7 @@ describe 'server on alternate port:', :unless => UNSUPPORTED_PLATFORMS.include?(
subscribe => Package[$semanage_package], subscribe => Package[$semanage_package],
refreshonly => true, refreshonly => true,
} }
}
EOS EOS
apply_manifest(pp, :catch_failures => true) apply_manifest(pp, :catch_failures => true)