Skip to content

Commit cebe07b

Browse files
committed
Renamed pip::install to pip::installation
1 parent 11fc80e commit cebe07b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
class pip {
3-
ensure_resource('pip::install', ['2.6', '2.7', '3.3', '3.4'])
3+
ensure_resource('pip::installation', ['2.6', '2.7', '3.3', '3.4'])
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
define pip::install (
2+
define pip::installation (
33
$python_version = $title,
44
) {
55

0 commit comments

Comments
 (0)