Skip to content

Commit

Permalink
Add module/class `gcc'
Browse files Browse the repository at this point in the history
refs #6842
  • Loading branch information
Al2Klimov committed Sep 11, 2014
1 parent 6db2e4e commit 0a2fbf4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vagrant-puppet/modules/gcc/manifests/init.pp
@@ -0,0 +1,13 @@
# Class: gcc
#
# This class installs gcc.
#
# Sample Usage:
#
# include gcc
#
class gcc {
package { 'gcc':
ensure => installed,
}
}

0 comments on commit 0a2fbf4

Please sign in to comment.