Initial Chef repository
This commit is contained in:
15
cookbooks/hostname/metadata.rb
Normal file
15
cookbooks/hostname/metadata.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
name 'hostname'
|
||||
maintainer 'Maciej Pasternacki'
|
||||
maintainer_email 'maciej@3ofcoins.net'
|
||||
license 'MIT'
|
||||
description 'Configures hostname and FQDN'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.3.0'
|
||||
|
||||
supports 'debian'
|
||||
supports 'ubuntu'
|
||||
supports 'freebsd'
|
||||
|
||||
depends 'hostsfile'
|
||||
Reference in New Issue
Block a user