Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123719
cqlshrc.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
361 B
Subscribers
None
cqlshrc.erb
View Options
; Managed by Puppet
; --cqlshrc=CQLSHRC became available in 2.1 - does NOT work in 2.0
[authentication]
;; If Cassandra has auth enabled, fill out these options
<%
if
@cqlsh_user
!=
nil
%>
username =
<%=
@cqlsh_user
%><%
else
%>
; username = fred
<%
end
%>
<%
if
@cqlsh_password
!=
nil
%>
password =
<%=
@cqlsh_password
%><%
else
%>
; password = !!bang!!$
<%
end
%>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 5:59 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3304177
Attached To
R208 puppet-puppet-cassandra
Event Timeline
Log In to Comment