summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index cf79e00..3a35d75 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -10,13 +10,6 @@ class puppet::linux inherits puppet::base {
ensure => $facter_ensure_version,
}
- if !defined(Package["bc"]) {
- if $bc_ensure_version == '' { $bc_ensure_version = 'installed' }
- package { 'bc':
- ensure => $bc_ensure_version,
- }
- }
-
Service['puppet']{
require => Package[puppet],
}