diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-10-20 20:52:56 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-10-20 20:52:56 +0000 |
commit | 3cd8ee9186ee0f0cc2127e5598aeebde41e70e5d (patch) | |
tree | 1d3f39e213ab443eca8d7631007697c9055c9731 /lib/puppet/transaction.rb | |
parent | 66db3d89153bea5ba35ce421416773d7585ae88e (diff) | |
download | puppet-3cd8ee9186ee0f0cc2127e5598aeebde41e70e5d.tar.gz puppet-3cd8ee9186ee0f0cc2127e5598aeebde41e70e5d.tar.xz puppet-3cd8ee9186ee0f0cc2127e5598aeebde41e70e5d.zip |
"latest" is now a valid value for packages, and yum support is also included
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@718 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/transaction.rb')
-rw-r--r-- | lib/puppet/transaction.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/puppet/transaction.rb b/lib/puppet/transaction.rb index a39ec55d1..57f43b17a 100644 --- a/lib/puppet/transaction.rb +++ b/lib/puppet/transaction.rb @@ -1,7 +1,3 @@ -#!/usr/local/bin/ruby -w - -# $Id$ - # the class that actually walks our object/state tree, collects the changes, # and performs them @@ -182,3 +178,5 @@ class Transaction end end #--------------------------------------------------------------- + +# $Id$ |