blue 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/blue/plugins/apt.rb +1 -1
- data/lib/blue/version.rb +1 -1
- metadata +3 -3
data/lib/blue/plugins/apt.rb
CHANGED
@@ -5,7 +5,7 @@ module Blue
|
|
5
5
|
file "/etc/apt/sources.list.d/apt.list",
|
6
6
|
:ensure => :present,
|
7
7
|
:mode => '744',
|
8
|
-
:content => template(File.join(File.dirname(__FILE__), '..', '..', 'templates', 'apt.list'), binding)
|
8
|
+
:content => template(File.join(File.dirname(__FILE__), '..', '..', '..', 'templates', 'apt.list'), binding)
|
9
9
|
end
|
10
10
|
|
11
11
|
def self.included(klass)
|
data/lib/blue/version.rb
CHANGED
metadata
CHANGED