Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Renaming repo from sensu to uchiwa
Browse files Browse the repository at this point in the history
This fix allow uchiwa and sensu to coexist on the same server
  • Loading branch information
vorlock committed Apr 8, 2016
1 parent a460563 commit 4293845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/repo/yum.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
}
}

yumrepo { 'sensu':
yumrepo { 'uchiwa':
enabled => 1,
baseurl => $url,
gpgcheck => 0,
name => 'sensu',
name => 'uchiwa',
descr => 'sensuapp.org uchiwa repo',
before => Package['uchiwa'],
}
}

}
}

0 comments on commit 4293845

Please sign in to comment.