From 92ad38f756f277866e6a3953dbc3e7f31b99898f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 27 Aug 2013 15:07:02 -0400 Subject: now that soledad has been split we can better organize things (#3579) . create a soledad::common class . leap-mx now only needs to include soledad-common . move the site_apt::preferences::twisted to a preferences block inside the soledad server class . make sure that the packages are doing 'ensure => latest' instead of installed Change-Id: Ifa978e831cdc8835666b27322a6e068d67251f5d --- puppet/modules/site_apt/manifests/preferences/twisted.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'puppet/modules/site_apt') diff --git a/puppet/modules/site_apt/manifests/preferences/twisted.pp b/puppet/modules/site_apt/manifests/preferences/twisted.pp index 2ba40e3d..abff6838 100644 --- a/puppet/modules/site_apt/manifests/preferences/twisted.pp +++ b/puppet/modules/site_apt/manifests/preferences/twisted.pp @@ -3,8 +3,7 @@ class site_apt::preferences::twisted { apt::preferences_snippet { 'python-twisted': package => 'python-twisted*', release => "${::lsbdistcodename}-backports", - priority => 999, - before => Package['soledad-server'] + priority => 999; } } -- cgit v1.2.3