Wuhai’s Weblog

October 31, 2010

puppet: StoreConfigs not supported without ActiveRecord 2.1 or higher

Filed under: puppet — wuhai @ 8:49 am

Kept getting this error after enabling storeconfigs for puppetmaster:

StoreConfigs not supported without ActiveRecord 2.1 or higher

Turns out it could only work with ActiveRecord major version 2. Need to downgrade activerecord on this Ubuntu 10.04:

gem list:

activerecord (3.0.1)

gem install activerecord –version 2.3.5

gem list:

activerecord (3.0.1, 2.3.5)

# gem uninstall activerecord –version 3.0.1
Successfully uninstalled activerecord-3.0.1

activerecord (2.3.5)

# /etc/init.d/puppetmaster restart
* Restarting puppet configuration management tool master server         [ OK ]

Advertisement

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Rubric. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.