Skip to content

Commit

Permalink
add Scientificlinux support
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Koch committed Oct 15, 2011
1 parent 20c7874 commit fbe5c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/install/repos.pp
@@ -1,6 +1,6 @@
class foreman::install::repos {
case $operatingsystem {
redhat,centos,fedora: {
redhat,centos,fedora,Scientific: {
yumrepo {
"foreman":
descr => "Foreman stable repository",
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Expand Up @@ -29,7 +29,7 @@

# OS specific paths
case $operatingsystem {
redhat,centos,fedora: {
redhat,centos,fedora,Scientific: {
$puppet_basedir = "/usr/lib/ruby/site_ruby/1.8/puppet"
$apache_conf_dir = "/etc/httpd/conf.d"
}
Expand Down

0 comments on commit fbe5c5b

Please sign in to comment.