Skip to content

Commit

Permalink
package names 😡
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Apr 1, 2015
1 parent 6d9a669 commit 66b04b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/deps/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
package { 'libgdbm3': ensure => installed }
}

if ! defined(Package['libgdbm3-dev']) {
package { 'libgdbm3-dev': ensure => installed }
if ! defined(Package['libgdbm-dev']) {
package { 'libgdbm-dev': ensure => installed }
}
}

0 comments on commit 66b04b7

Please sign in to comment.