Skip to content

Commit 1dd523e

Browse files
committed
Add automake to build_essentials for CentOS
1 parent 11a23f9 commit 1dd523e

File tree

1 file changed

+1
-1
lines changed
  • modules/build_essential/manifests

1 file changed

+1
-1
lines changed

modules/build_essential/manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
'CentOS': {
14-
package { ["gcc", "make"]:
14+
package { ["gcc", "make", "automake"]:
1515
ensure => installed,
1616
}
1717
}

0 commit comments

Comments
 (0)