Skip to content

Commit

Permalink
for repo install_method, rpm_iteration breaking the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cristifalcas committed Oct 29, 2015
1 parent eac83b3 commit 2404fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

package { $::grafana::package_name:
ensure => "${::grafana::version}-${::grafana::rpm_iteration}",
ensure => $::grafana::version,
require => Package['fontconfig']
}
}
Expand Down

0 comments on commit 2404fcb

Please sign in to comment.