mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
parent
6db2e4e1d1
commit
0a2fbf4aee
13
.vagrant-puppet/modules/gcc/manifests/init.pp
Normal file
13
.vagrant-puppet/modules/gcc/manifests/init.pp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Class: gcc
|
||||||
|
#
|
||||||
|
# This class installs gcc.
|
||||||
|
#
|
||||||
|
# Sample Usage:
|
||||||
|
#
|
||||||
|
# include gcc
|
||||||
|
#
|
||||||
|
class gcc {
|
||||||
|
package { 'gcc':
|
||||||
|
ensure => installed,
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user