Skip to content

Commit a8853ef

Browse files
committed
compressed_pkg
1 parent 30ca98b commit a8853ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
class squirrel {
77
package { 'Squirrel':
88
source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.22.zip',
9-
provider => 'compressed_app'
9+
provider => 'compressed_pkg'
1010
}
1111
}

spec/classes/squirrel_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
it do
55
should contain_package('Squirrel').with({
66
:source => 'http://dl.bintray.com/lotem/rime/Squirrel-0.9.22.zip',
7-
:provider => 'compressed_app'
7+
:provider => 'compressed_pkg'
88
})
99
end
1010
end

0 commit comments

Comments
 (0)