-
Recent Posts
Recent Comments
- Mongo-Hadoop Streaming – Bukan Tutorial | robee di sini! on Getting Started with Apache Hadoop 0.23.0
- Per Baekgaard on Moving wordpress blog to lighttpd
- Per’s Page » Blog Archive » Wordpress on lighttpd with pretty permalinks on Moving wordpress blog to lighttpd
- Ye Wang on Research
- How to merge puppet array variables - Admins Goodies on two puppet tricks: combining arrays and local tests
Archives
Categories
Meta
Companies
Me
Monthly Archives: February 2011
two puppet tricks: combining arrays and local tests
Joining Arrays I found myself wanting to join a bunch of arrays in my puppet manifests. I had 3 lists of ip addresses, but wanted to join all 3 lists together into a single list to provide all ips to … Continue reading
Python setup.py bdist_rpm on CentOS 5.5
I recently learned that python setup.py can be used to build a rpm using the bdist command. Since we’re using puppet to manage installed software, this makes it really easy to add python modules to a bunch of servers. During the … Continue reading