You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage terraform-aws-network-0.2.6-1.lbn25.noarch
module "network" { source = "//usr/share/terraform/modules.d/aws-network" vpc_cidr = "10.1.0.0/16" newbits = 8 # will create /24 subnets name = "MyVPC" multi_nat = false }
RPMPackage python2-qpid-1.37.0-8.lbn25.noarch
The Apache Qpid Python client library for AMQP.
RPMPackage python3-matplotlib-tk-3.1.1-1.lbn25.1.x86_64
Tk backend for python3-matplotlib
RPMPackage python3-kiwisolver-1.0.1-4.lbn25.x86_64
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi has been designed from the ground up to be lightweight and fast.
RPMPackage python3-cycler-0.10.0-4.lbn25.py37.noarch
General purpose library used by matplotlib to cycle through lists for colors, marker styles, etc
RPMPackage rubygem-vault-0.13.0-1.lbn25.noarch
Vault is a Ruby API client for interacting with a Vault server.
RPMPackage rubygem-train-winrm-0.2.5-1.lbn25.noarch
Allows applictaions using Train to speak to Windows using Remote Management; handles authentication, cacheing, and SDK dependency management.
RPMPackage rubygem-train-habitat-0.2.11-1.lbn25.noarch
Allows applications using Train to speak to Habitat.
RPMPackage rubygem-inspec-iggy-0.6.0-1.lbn25.noarch
InSpec plugin to generate InSpec profiles from Terraform and CloudFormation to ensure automatic compliance coverage.
RPMPackage rubygem-inspec-bin-4.18.0-1.lbn25.noarch
InSpec executable for inspec gem. Use of this executable may require accepting a license agreement.
RPMPackage python3-tzlocal-1.5.1-1.lbn25.py37.noarch
This Python module returns a tzinfo object with the local timezone information. It requires pytz, and returns pytz tzinfo objects. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name.
RPMPackage collective.z3cform.colorpicker-1.4-1.lbn25.noarch
collective.z3cform.colorpicker provides two different jQuery based widgets: Farbtastic, a simple color picker. jPicker, a jQuery Color Picker Plugin supporting transparency.
RPMPackage rubygem-hiera-vault-0.2.2-1.lbn25.noarch
Hiera backend for looking up secrets stored in Vault.
RPMPackage rubygem-hiera-http-eyaml-0.9.0-1.lbn25.noarch
Fork of the Hiera HTTP backend with eYAML support.
RPMPackage rubygem-hiera-eyaml-kms-0.1-1.lbn25.noarch
AWS KMS encryptor for use with hiera-eyaml.
RPMPackage rubygem-hiera-eyaml-2.1.0-1.lbn25.noarch
Hiera backend for decrypting encrypted yaml properties.
RPMPackage rubygem-hiera-aws-parameter-store-0.1.0-1.lbn25.noarch
Configuration hiera-aws-parameter-store configuration is quite simple. It uses default AWS connection and the following parameters: prefix : prefix used to find parameters in AWS Parameter Store. Mandatory. max_results : maximum number of results per AWS Parameter Store request. Default value is 50 (which is the maximum at 2017-01-21). Here is a sample hiera.yaml: --- :backends: - aws_parameter_store :aws_parameter_store: :prefix: puppet. :max_results: 50 :logger: console AWS credentials You need AWS credentials in order to access to AWS Parameter Store. The following policy shows you the required permissions: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ssm:DescribeParameters" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "ssm:GetParameters" ], "Resource": "arn:aws:ssm:{region}:{account}:parameter/{prefix}*" } ] } where: region: AWS region in which parameters are stored. account: your AWS account. prefix: prefix for those parameters you want to access from Hiera. E.g. if you want to organize your parameters starting with puppet., you have to use this as prefix. As an example, you can have parameters like: puppet.myapp.version. Conversions between AWS Parameter Store and Hiera types In AWS Parameter Store are present the following types: String: if the parameter name does not contains dots (.), the resulting hiera object is a String with parameter's value. If it contains dots, it's splitted and converted into a hash of objects with the last element as a string. String List: Converted into an array. Secure String: Not compatible yet. Examples: myappname=MyAppName (String) -> hiera('myappname') = "MyAppName" (String) myapp.name=MyAppName (String) myapp.version=1.3 (String) -> hiera_hash('myapp') = {"name"=>"MyAppName","version"=>"1.3"} (Hash) mylist=e1,e2,e3 (String List) -> hiera('mylist') = ["e1","e2","e3"] myapp.name=MyAppName (String) myapp.list=1,2,3 (String List) -> hiera_hash('myapp') = {"name"=>"MyAppName","list"=>["1",
RPMPackage rubygem-hiera-3.4.2-1.lbn25.noarch
A pluggable data store for hierarcical data.
RPMPackage gerrit-plugins-3.1.2-1.lbn25.noarch
A range of useful prepackaged Gerrit plugins - ready to deploy into your Gerrit via: ssh -p 'gerrit plugin install /usr/share/gerrit/plugins/<name>.jar'
RPMPackage gerrit-3.1.2-1.lbn25.noarch
Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer. Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git.