~cloudbaseit/charms/win2012r2/drupal-iis/trunk

« back to all changes in this revision

Viewing changes to lib/Modules/JujuLogging/JujuLogging.psd1

  • Committer: Ionut Balutoiu
  • Date: 2016-12-23 12:55:39 UTC
  • Revision ID: ibalutoiu@cloudbasesolutions.com-20161223125539-j795kbynab3uflha
Added charm code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2015 Cloudbase Solutions Srl
 
2
#
 
3
#    Licensed under the Apache License, Version 2.0 (the "License"); you may
 
4
#    not use this file except in compliance with the License. You may obtain
 
5
#    a copy of the License at
 
6
#
 
7
#         http://www.apache.org/licenses/LICENSE-2.0
 
8
#
 
9
#    Unless required by applicable law or agreed to in writing, software
 
10
#    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 
11
#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 
12
#    License for the specific language governing permissions and limitations
 
13
#    under the License.
 
14
#
 
15
# Module manifest for module 'JujuLogging'
 
16
#
 
17
# Generated by: Gabriel Adrian Samfira
 
18
#
 
19
# Generated on: 17/12/2015
 
20
#
 
21
 
 
22
@{
 
23
 
 
24
# Script module or binary module file associated with this manifest.
 
25
RootModule = 'JujuLogging.psm1'
 
26
 
 
27
# Version number of this module.
 
28
ModuleVersion = '0.1'
 
29
 
 
30
# ID used to uniquely identify this module
 
31
GUID = '86f6b80c-19ce-4893-818d-9ad6872d2f1c'
 
32
 
 
33
# Author of this module
 
34
Author = 'Gabriel Adrian Samfira, Adrian Vladu, Ionut Madalin Balutoiu'
 
35
 
 
36
# Company or vendor of this module
 
37
CompanyName = 'Cloudbase Solutions SRL'
 
38
 
 
39
# Copyright statement for this module
 
40
Copyright = '(c) 2015 Cloudbase Solutions SRL. All rights reserved.'
 
41
 
 
42
# Description of the functionality provided by this module
 
43
Description = 'Helper module for Juju Charms'
 
44
 
 
45
# Minimum version of the Windows PowerShell engine required by this module
 
46
PowerShellVersion = '3.0'
 
47
 
 
48
# Modules that must be imported into the global environment prior to importing this module
 
49
# RequiredModules = @("JujuHelper")
 
50
 
 
51
# Functions to export from this module
 
52
FunctionsToExport = "*"
 
53
 
 
54
# Cmdlets to export from this module
 
55
CmdletsToExport = '*'
 
56
 
 
57
# Variables to export from this module
 
58
VariablesToExport = '*'
 
59
 
 
60
# Aliases to export from this module
 
61
AliasesToExport = '*'
 
62
 
 
63
}
 
64