parent
2e8f30d440
commit
ca24699e1b
|
@ -1,13 +0,0 @@
|
||||||
# Class: gcc
|
|
||||||
#
|
|
||||||
# This class installs gcc.
|
|
||||||
#
|
|
||||||
# Sample Usage:
|
|
||||||
#
|
|
||||||
# include gcc
|
|
||||||
#
|
|
||||||
class gcc {
|
|
||||||
package { 'gcc':
|
|
||||||
ensure => latest,
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue