Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
[#163] Avoiding to use 'latest' for critical packages wrt infrastruct…
Browse files Browse the repository at this point in the history
…ure management
  • Loading branch information
Oriol Fitó committed Apr 30, 2015
1 parent cdc55da commit 49ebcd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion puppet/modules/puppetcontrol/manifests/init.pp
Expand Up @@ -26,7 +26,8 @@
}

package { 'puppetdb-terminus':
ensure => 'latest' #'1.6.3-1puppetlabs1'
# 'puppet' & 'puppet-common' packages are dependencies, so implicitly fixed to version '3.7.5-1puppetlabs1'
ensure => '2.3.3-1puppetlabs1'
}

# insert the ssh info
Expand Down
2 changes: 1 addition & 1 deletion puppet/modules/puppetdb/manifests/server.pp
Expand Up @@ -13,7 +13,7 @@
ensure => 'latest'
} ->
package { 'puppetdb':
ensure => 'latest' #'1.6.3-1puppetlabs1' # version 2.0.0 refuses to start due to some obscure XML parsing issue
ensure => '2.3.3-1puppetlabs1'
}

service { 'puppetdb':
Expand Down

0 comments on commit 49ebcd1

Please sign in to comment.